diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2006-11-24 17:08:35 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2006-11-24 17:08:35 +0100 |
commit | a09bf622a4d3ef1826764eecdd31f68b8118a479 (patch) | |
tree | 1cc94ccfaca3c5ae9671d8def654378a9fefe43e /libpthread-stubs | |
parent | dc1ca8349bfb037ddd1f502d176839247d43250d (diff) | |
download | xorg-a09bf622a4d3ef1826764eecdd31f68b8118a479.tar.gz xorg-a09bf622a4d3ef1826764eecdd31f68b8118a479.tar.xz |
libpthread-stubs: initial release
Diffstat (limited to 'libpthread-stubs')
-rw-r--r-- | libpthread-stubs/.footprint | 4 | ||||
-rw-r--r-- | libpthread-stubs/.md5sum | 1 | ||||
-rw-r--r-- | libpthread-stubs/Pkgfile | 17 |
3 files changed, 22 insertions, 0 deletions
diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint new file mode 100644 index 00000000..dbef8b74 --- /dev/null +++ b/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/libpthread-stubs/.md5sum b/libpthread-stubs/.md5sum new file mode 100644 index 00000000..5b8f8dc1 --- /dev/null +++ b/libpthread-stubs/.md5sum @@ -0,0 +1 @@ +774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2 diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile new file mode 100644 index 00000000..4528c969 --- /dev/null +++ b/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 +} |