wok annotate libpthread-stubs/receipt @ rev 7547

Up: clutter-gtk to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 07 21:07:29 2010 +0000 (2010-12-07)
parents
children 9119faf2898f
rev   line source
pascal@2752 1 # SliTaz package receipt.
pascal@2752 2
pascal@2752 3 PACKAGE="libpthread-stubs"
pascal@2752 4 VERSION="0.1"
pascal@2752 5 CATEGORY="x-window"
pascal@2752 6 SHORT_DESC="Weak aliases for pthread functions."
pascal@2752 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2752 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@2752 9 WEB_SITE="http://xcb.freedesktop.org"
pascal@2752 10 WGET_URL="$WEB_SITE/dist/$TARBALL"
pascal@2752 11
pascal@2752 12 # Rules to configure and make the package.
pascal@2752 13 compile_rules()
pascal@2752 14 {
pascal@2752 15 cd $src
pascal@2752 16 ./configure \
pascal@2752 17 --prefix=/usr \
pascal@2752 18 --infodir=/usr/share/info \
pascal@2752 19 --mandir=/usr/share/man \
pascal@2752 20 $CONFIGURE_ARGS &&
pascal@2752 21 make && make DESTDIR=$PWD/_pkg install
pascal@2752 22 }
pascal@2752 23
pascal@2752 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2752 25 genpkg_rules()
pascal@2752 26 {
pascal@2752 27 cp -a $_pkg/usr $fs/usr
pascal@2752 28 }
pascal@2752 29