milis/talimatname/genel/pth/talimat

21 lines
485 B
Plaintext
Raw Normal View History

2017-04-12 13:57:02 +02:00
# Description: Unix platformları için çok taşınabilir bir POSIX / ANSI-C tabanlı kitaplık içerir
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/software/pth/
2017-04-12 13:57:02 +02:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=pth
version=2.0.7
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
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
}