diff options
-rw-r--r-- | extra/libpthread-stubs/.footprint | 4 | ||||
-rw-r--r-- | extra/libpthread-stubs/.md5sum | 1 | ||||
-rwxr-xr-x | extra/libpthread-stubs/Pkgfile | 19 | ||||
-rw-r--r-- | xorg/libpthread-stubs/.md5sum | 2 | ||||
-rw-r--r-- | xorg/libpthread-stubs/Pkgfile | 5 |
5 files changed, 4 insertions, 27 deletions
diff --git a/extra/libpthread-stubs/.footprint b/extra/libpthread-stubs/.footprint deleted file mode 100644 index dbef8b74b..000000000 --- a/extra/libpthread-stubs/.footprint +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 5b8f8dc11..000000000 --- a/extra/libpthread-stubs/.md5sum +++ /dev/null @@ -1 +0,0 @@ -774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2 diff --git a/extra/libpthread-stubs/Pkgfile b/extra/libpthread-stubs/Pkgfile deleted file mode 100755 index cac3b7ab0..000000000 --- a/extra/libpthread-stubs/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} diff --git a/xorg/libpthread-stubs/.md5sum b/xorg/libpthread-stubs/.md5sum index 5b8f8dc11..7281f97e0 100644 --- a/xorg/libpthread-stubs/.md5sum +++ b/xorg/libpthread-stubs/.md5sum @@ -1 +1 @@ -774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1.tar.bz2 +e8fa31b42e13f87e8f5a7a2b731db7ee libpthread-stubs-0.3.tar.bz2 diff --git a/xorg/libpthread-stubs/Pkgfile b/xorg/libpthread-stubs/Pkgfile index 4528c9693..7f7166077 100644 --- a/xorg/libpthread-stubs/Pkgfile +++ b/xorg/libpthread-stubs/Pkgfile @@ -1,9 +1,10 @@ # Description: pthread dummy implementation # URL: http://xcb.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=libpthread-stubs -version=0.1 +version=0.3 release=1 source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2) |