opt/npth/Pkgfile

16 lines
374 B
Plaintext
Raw Normal View History

2014-11-06 19:47:34 +01:00
# Description: POSIX library for priority-based and scheduled multi threading
2021-01-29 13:40:39 +01:00
# URL: https://gnupg.org/software/npth/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
2014-11-06 19:47:34 +01:00
name=npth
2024-02-24 11:54:46 +01:00
version=1.7
2014-11-06 19:47:34 +01:00
release=1
2021-01-29 13:40:39 +01:00
source=(https://gnupg.org/ftp/gcrypt/npth/$name-$version.tar.bz2)
2014-11-06 19:47:34 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}