diff options
author | Simon Gloßner <viper@hometux.de> | 2006-11-29 11:13:43 +0100 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2006-11-29 11:13:43 +0100 |
commit | df75a384e6dc80102ce4b940b33c48be28fd790e (patch) | |
tree | 55c08b1457aff2530fbe6886b99ce9dc77df8ba5 /libpth | |
parent | 926c3b8ea7681d515e05db687fbcb602e18da5b3 (diff) | |
download | opt-df75a384e6dc80102ce4b940b33c48be28fd790e.tar.gz opt-df75a384e6dc80102ce4b940b33c48be28fd790e.tar.xz |
initial import of new dependencies of gnupg
Diffstat (limited to 'libpth')
-rw-r--r-- | libpth/.footprint | 19 | ||||
-rw-r--r-- | libpth/.md5sum | 1 | ||||
-rw-r--r-- | libpth/Pkgfile | 17 |
3 files changed, 37 insertions, 0 deletions
diff --git a/libpth/.footprint b/libpth/.footprint new file mode 100644 index 000000000..26cf6ff2e --- /dev/null +++ b/libpth/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pth-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/pth.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libpth.a +-rwxr-xr-x root/root usr/lib/libpth.la +lrwxrwxrwx root/root usr/lib/libpth.so -> libpth.so.20.0.27 +lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.27 +-rwxr-xr-x root/root usr/lib/libpth.so.20.0.27 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/pth-config.1.gz +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/pth.3.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/pth.m4 diff --git a/libpth/.md5sum b/libpth/.md5sum new file mode 100644 index 000000000..1bc650b10 --- /dev/null +++ b/libpth/.md5sum @@ -0,0 +1 @@ +9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz diff --git a/libpth/Pkgfile b/libpth/Pkgfile new file mode 100644 index 000000000..d712b6e54 --- /dev/null +++ b/libpth/Pkgfile @@ -0,0 +1,17 @@ +# Description: The GNU Portable Threads library +# URL: http://www.gnu.org/software/pth/ +# Maintainer: Simon Gloßner, viper at hometux dot de +# Packager: Simon Gloßner, viper at hometux dot de + +name=libpth +version=2.0.7 +release=1 +source=(ftp://ftp.gnu.org/gnu/pth/pth-$version.tar.gz) + +build() { + cd pth-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |