From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- ncurses/Pkgfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ncurses/Pkgfile (limited to 'ncurses/Pkgfile') diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile new file mode 100644 index 0000000..ffc2a4d --- /dev/null +++ b/ncurses/Pkgfile @@ -0,0 +1,28 @@ +description="A System V Release 4.0 curses emulation library" +packager="" +maintainer="CRUX System Team, core-ports at crux dot nu" +url="http://www.gnu.org/software/ncurses/ncurses.html" +depends=() + +name=ncurses +version=5.7 +release=1 +source=(http://ftp.gnu.org/gnu/ncurses/ncurses-5.7.tar.gz) +build () +{ + cd $name-$version; + local OPTIONS="--with-install-prefix=$PKG --prefix=/usr --with-normal --with-shared --without-debug --without-ada +"; + ./configure $OPTIONS; + make; + make install; + make distclean; + ./configure $OPTIONS --enable-widec; + make; + make install; + mkdir $PKG/lib; + for i in w ''; + do + mv $PKG/usr/lib/libncurses$i.so.* $PKG/lib && ln -sf libncurses$i.so $PKG/usr/lib/libcurses$i.so && ln -sf ../../lib/libncurses$i.so.5 $PKG/usr/lib/libncurses$i.so && ln -sf ../../lib/libncurses$i.so.5 $PKG/usr/lib/libncurses$i.so.5; + done +} -- cgit v1.2.3-70-g09d2