npth: initial import
This commit is contained in:
parent
c275357d8d
commit
4e6916f776
13
npth/.footprint
Normal file
13
npth/.footprint
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/npth-config
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/npth.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libnpth.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libnpth.so -> libnpth.so.0.0.4
|
||||||
|
lrwxrwxrwx root/root usr/lib/libnpth.so.0 -> libnpth.so.0.0.4
|
||||||
|
-rwxr-xr-x root/root usr/lib/libnpth.so.0.0.4
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/aclocal/
|
||||||
|
-rw-r--r-- root/root usr/share/aclocal/npth.m4
|
1
npth/.md5sum
Normal file
1
npth/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
aaffc8ef3e955ab50a1905809f268a23 npth-1.1.tar.bz2
|
15
npth/Pkgfile
Normal file
15
npth/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
||||||
|
version=1.1
|
||||||
|
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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user