diff options
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 +} |