CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / ncurses / Pkgfile
index 09970eaf888abad1aabc600825b7130e836b54b3..346d0452a15850a4f38c2cdac11018fc5b839ee0 100644 (file)
@@ -6,7 +6,7 @@
 
 name=ncurses
 version=6.0
-release=1
+release=4
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
@@ -20,7 +20,9 @@ build() {
               --with-{normal,shared} \
               --without-{debug,ada,tests} \
               --enable-pc-files \
-              --enable-widec
+              --enable-widec \
+              --disable-rpath \
+              --disable-rpath-hack
               
   make
   make DESTDIR=$PKG install
@@ -41,12 +43,4 @@ build() {
   # linker script for the curses library
   echo "INPUT(-lncursesw)" > $PKG/usr/lib/libcursesw.so
   ln -s libncurses.so $PKG/usr/lib/libcurses.so
-
-  # symlinks for ncurses 5 (remove them later))
-  ln -s libncursesw.so $PKG/usr/lib/libncurses.so.5
-  ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.5
-  ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.6
-
-  # some progs expect a /usr/include/curses.h
-  ln -s ../curses.h $PKG/usr/include/ncursesw/ncurses.h
 }