opt/npth/Pkgfile

16 lines
373 B
Plaintext
Raw Normal View History

2014-11-06 19:47:34 +01:00
# Description: POSIX library for priority-based and scheduled multi threading
# URL: ftp://ftp.gnupg.org/gcrypt/npth/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=npth
2016-12-01 00:43:16 +01:00
version=1.3
2014-11-06 19:47:34 +01:00
release=1
source=(ftp://ftp.gnupg.org/gcrypt/npth/npth-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}