milis/talimatname/genel/p/pth/talimat

21 lines
470 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}