milis/talimatname/genel/npth/talimat

20 lines
418 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.

# Description: Unix platformları için tam taşınabilir bir POSIX / ANSI-C tabanlı kitaplık içerir
# URL: http://www.gnu.org/software/pth/
# Packager: milisarge
# Depends on:
name=npth
version=1.2
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-static
make
make -j1 DESTDIR=$PKG install
}