diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/ncurses | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/ncurses')
-rw-r--r-- | package/ncurses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 6b193dc12..c27f0ba8d 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= ncurses PKG_VERSION:= 5.9 PKG_RELEASE:= 5 PKG_MD5SUM:= 8cb9c412e5f2d96bc6f459aa8c6282a1 -PKG_DESCR:= a terminal handling library +PKG_DESCR:= terminal handling library PKG_SECTION:= libs PKG_BUILDDEP:= ncurses-host PKG_URL:= http://www.gnu.org/software/ncurses/ @@ -15,6 +15,8 @@ PKG_SITES:= ${MASTER_SITE_GNU:=ncurses/} PKG_LIBNAME:= libncurses PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_FLAVOURS_LIBNCURSES:= FULL_TERMINFO PKGFD_FULL_TERMINFO:= install the complete set of terminfo files as provided upstream |