CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ncurses: updated to 6.1. Disabled stripping
[crossrootfs.git] / ncurses / Pkgfile
index 346d0452a15850a4f38c2cdac11018fc5b839ee0..ce603a52dda64dfc6d81af4fbbcb89127d3a53c6 100644 (file)
@@ -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