summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:26:36 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:26:36 +0200
commit3f8832610ffc566ac65bcd93597a272ca8b3d2c1 (patch)
tree9f8484fd0fce75a115714ea698a06a88e5d3742a /extra
parente40cd63076d71b837207cceaef23c995a15073d4 (diff)
downloadnutyx-pakxe-3f8832610ffc566ac65bcd93597a272ca8b3d2c1.tar.gz
nutyx-pakxe-3f8832610ffc566ac65bcd93597a272ca8b3d2c1.tar.bz2
nutyx-pakxe-3f8832610ffc566ac65bcd93597a272ca8b3d2c1.tar.xz
nutyx-pakxe-3f8832610ffc566ac65bcd93597a272ca8b3d2c1.zip
Ajout de libpthread-stubs#0.1-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libpthread-stubs/.footprint4
-rw-r--r--extra/libpthread-stubs/.md5sum1
-rwxr-xr-xextra/libpthread-stubs/Pkgfile19
3 files changed, 24 insertions, 0 deletions
diff --git a/extra/libpthread-stubs/.footprint b/extra/libpthread-stubs/.footprint
new file mode 100644
index 000000000..dbef8b74b
--- /dev/null
+++ b/extra/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/extra/libpthread-stubs/.md5sum b/extra/libpthread-stubs/.md5sum
new file mode 100644
index 000000000..5b8f8dc11
--- /dev/null
+++ b/extra/libpthread-stubs/.md5sum
@@ -0,0 +1 @@
+774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2
diff --git a/extra/libpthread-stubs/Pkgfile b/extra/libpthread-stubs/Pkgfile
new file mode 100755
index 000000000..cac3b7ab0
--- /dev/null
+++ b/extra/libpthread-stubs/Pkgfile
@@ -0,0 +1,19 @@
+# Description: package provides weak aliases for pthread functions not provided in libc or otherwise available by default
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+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 \
+ --mandir=/usr/share/man
+make
+make DESTDIR=$PKG install
+}