diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-30 20:54:16 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-30 20:54:16 +0100 |
commit | 58c1fa939cc7221036dbf89621c6002d6b9cc212 (patch) | |
tree | 9b7728156691be03928dae6b0ebc188f60489deb /extra/libpthread-stubs/Pkgfile | |
parent | 4b10ab3d618007b9ce2a21ff2e08d8bfc5f79e93 (diff) | |
download | nutyx-pakxe-58c1fa939cc7221036dbf89621c6002d6b9cc212.tar.gz nutyx-pakxe-58c1fa939cc7221036dbf89621c6002d6b9cc212.tar.bz2 nutyx-pakxe-58c1fa939cc7221036dbf89621c6002d6b9cc212.tar.xz nutyx-pakxe-58c1fa939cc7221036dbf89621c6002d6b9cc212.zip |
maj libpthread-stubs#0.3-1
Diffstat (limited to 'extra/libpthread-stubs/Pkgfile')
-rwxr-xr-x | extra/libpthread-stubs/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} |