description="Contains a very portable POSIX/ANSI-C based library for Unix platforms"
url="http://www.gnu.org/software/pth/"
packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=npth
version=1.6

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

# Obsolet lib
rm $PKG/usr/lib/libnpth.la
}
