# HG changeset patch # User Pascal Bellard # Date 1240746216 -7200 # Node ID 1d507c5d2460bd779e5ae236e69bbb969e728fd6 # Parent ad0ca4c550c38e1ebbcf056bdf173ea9b6bff260 Add libpthread-stubs diff -r ad0ca4c550c3 -r 1d507c5d2460 libpthread-stubs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpthread-stubs/receipt Sun Apr 26 13:43:36 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="libpthread-stubs" +VERSION="0.1" +CATEGORY="x-window" +SHORT_DESC="Weak aliases for pthread functions." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://xcb.freedesktop.org" +WGET_URL="$WEB_SITE/dist/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs/usr +} + diff -r ad0ca4c550c3 -r 1d507c5d2460 libxcb/receipt --- a/libxcb/receipt Sun Apr 26 12:32:31 2009 +0200 +++ b/libxcb/receipt Sun Apr 26 13:43:36 2009 +0200 @@ -5,8 +5,8 @@ CATEGORY="x-window" SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="xcb-proto" -BUILD_DEPENDS="xcb-proto" +DEPENDS="xcb-proto xorg-libXau" +BUILD_DEPENDS="xcb-proto pkg-config xorg-libXau-dev libpthread-stubs" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://xcb.freedesktop.org" WGET_URL="$WEB_SITE/dist/$TARBALL"