X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=ncurses%2FPkgfile;h=346d0452a15850a4f38c2cdac11018fc5b839ee0;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=3b366a3c2a9b9bf422a51373e69e7d36389e9fbf;hpb=7cbf427650963a349120f7c7eb7fe9341b99e459;p=crossrootfs.git diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index 3b366a3..346d045 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -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() { @@ -43,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 }