diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 20:48:06 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 20:48:06 +0100 |
commit | c34bb4d7bb215a02416a59dda70f05d3236d7c54 (patch) | |
tree | ea798d35ab7a8406f7b73eca295cfee59e065ed0 | |
parent | 5d0fb4f663c88dcf35c1825845b313b1809031b1 (diff) | |
download | nutyx-extra-c34bb4d7bb215a02416a59dda70f05d3236d7c54.tar.gz nutyx-extra-c34bb4d7bb215a02416a59dda70f05d3236d7c54.tar.bz2 nutyx-extra-c34bb4d7bb215a02416a59dda70f05d3236d7c54.tar.xz nutyx-extra-c34bb4d7bb215a02416a59dda70f05d3236d7c54.zip |
ajout de libpthread-stubs#0.1-1
-rw-r--r-- | xorg/libpthread-stubs/.footprint | 4 | ||||
-rw-r--r-- | xorg/libpthread-stubs/.md5sum | 1 | ||||
-rw-r--r-- | xorg/libpthread-stubs/Pkgfile | 17 |
3 files changed, 22 insertions, 0 deletions
diff --git a/xorg/libpthread-stubs/.footprint b/xorg/libpthread-stubs/.footprint new file mode 100644 index 000000000..dbef8b74b --- /dev/null +++ b/xorg/libpthread-stubs/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/pthread-stubs.pc diff --git a/xorg/libpthread-stubs/.md5sum b/xorg/libpthread-stubs/.md5sum new file mode 100644 index 000000000..5b8f8dc11 --- /dev/null +++ b/xorg/libpthread-stubs/.md5sum @@ -0,0 +1 @@ +774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2 diff --git a/xorg/libpthread-stubs/Pkgfile b/xorg/libpthread-stubs/Pkgfile new file mode 100644 index 000000000..4528c9693 --- /dev/null +++ b/xorg/libpthread-stubs/Pkgfile @@ -0,0 +1,17 @@ +# Description: pthread dummy implementation +# URL: http://xcb.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=libpthread-stubs +version=0.1 +release=1 +source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |