milis/talimatname/genel/p/pth/talimat

21 lines
470 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Unix platformları için çok taşınabilir bir POSIX / ANSI-C tabanlı kitaplık içerir
# URL: http://www.gnu.org/software/pth/
# Paketçi: milisarge
# Gerekler:
isim=pth
surum=2.0.7
devir=1
kaynak=(http://ftp.gnu.org/gnu/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-static
make
make -j1 DESTDIR=$PKG install
}