wok-next view libpthread-stubs/receipt @ rev 10172
Add perl-bit-vector.
| author | Christopher Rogers <slaxemulator@gmail.com> | 
|---|---|
| date | Fri May 20 21:59:25 2011 +0000 (2011-05-20) | 
| parents | 1d507c5d2460 | 
| children | b7319995b37e | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="libpthread-stubs"
     4 VERSION="0.1"
     5 CATEGORY="x-window"
     6 SHORT_DESC="Weak aliases for pthread functions."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9 DEPENDS="glibc-base"
    10 BUILD_DEPENDS="gcc"
    11 WEB_SITE="http://xcb.freedesktop.org"
    12 WGET_URL="$WEB_SITE/dist/$TARBALL"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	cd $src
    18 	./configure && make && make -j 1 install
    19 }
    21 # Rules to gen a SliTaz package suitable for Tazpkg.
    22 genpkg_rules()
    23 {
    24 	cp -a $_pkg/usr $fs/usr
    25 }