opt/libpth/Pkgfile

17 lines
384 B
Plaintext
Raw Normal View History

# Description: The GNU Portable Threads library
2010-05-25 19:54:35 +02:00
# URL: http://www.gnu.org/software/pth/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libpth
version=2.0.7
release=1
2018-02-21 10:50:55 +01:00
source=(https://ftp.gnu.org/pub/gnu/pth/pth-$version.tar.gz)
build() {
cd pth-$version
2018-02-21 10:50:55 +01:00
./configure --prefix=/usr --mandir=/usr/share/man
make -j1
2008-05-12 21:49:20 +02:00
make -j1 DESTDIR=$PKG install
}