X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ncurses%2FPkgfile;h=ce603a52dda64dfc6d81af4fbbcb89127d3a53c6;hb=4466e574d8c1151a707caddb2238a54f986cab6f;hp=346d0452a15850a4f38c2cdac11018fc5b839ee0;hpb=198bf7e861991f39e592ab48485ae51f91cf7e1c;p=crossrootfs.git diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index 346d045..ce603a5 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -5,13 +5,12 @@ # Depends on: name=ncurses -version=6.0 -release=4 +version=6.1 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --build=$CHOST \ --host=$CTARGET \ --with-install-prefix=$PKG \ @@ -22,7 +21,8 @@ build() { --enable-pc-files \ --enable-widec \ --disable-rpath \ - --disable-rpath-hack + --disable-rpath-hack \ + --disable-stripping make make DESTDIR=$PKG install