21 lines
470 B
Plaintext
21 lines
470 B
Plaintext
|
# 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
|
|||
|
}
|