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 /xorg/libpthread-stubs/Pkgfile | |
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
Diffstat (limited to 'xorg/libpthread-stubs/Pkgfile')
-rw-r--r-- | xorg/libpthread-stubs/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |