Compare commits

..

No commits in common. "badcef064a7be9bcfee14a44e14be991943cf959" and "298d700fbce0557868126b16d706f43ff4d23cdb" have entirely different histories.

4 changed files with 0 additions and 35 deletions

View file

@ -1,14 +0,0 @@
wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz
tar -xf ncurses-6.2.tar.gz
cd ncurses-6.2
sed -i s/mawk// configure
mkdir build
pushd build
../configure
make -C include
make -C progs tic
popd
./configure --prefix=/usr --build=$(./config.guess) --mandir=/usr/share/man --with-manpage-format=normal --with-shared --without-debug --without-ada --without-normal --enable-widec
make
make install DESTDIR="$1"
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="2.6"
pkg_config_name="curses-lib"
pkg_config_makedepends=""
pkg_config_depends=""

View file

@ -1,11 +0,0 @@
wget https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz
tar -xf pth-2.0.7.tar.gz
cd pth-2.0.7.tar.gz
sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in
./configure --prefix=/usr --disable-static --mandir=/usr/share/man
make
make install &&
install -v -m755 -d /usr/share/doc/pth-2.0.7 &&
install -v -m644 README PORTING SUPPORT TESTS \
/usr/share/doc/pth-2.0.7

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="2.0.7"
pkg_config_name="pthread"
pkg_config_makedepends=""
pkg_config_depends=""