wok-6.x diff libpthread-stubs/receipt @ rev 8700
nagios: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 17 23:09:38 2011 +0100 (2011-02-17) |
parents | 1d507c5d2460 |
children | b7319995b37e |
line diff
1.1 --- a/libpthread-stubs/receipt Sun Apr 26 13:43:36 2009 +0200 1.2 +++ b/libpthread-stubs/receipt Thu Feb 17 23:09:38 2011 +0100 1.3 @@ -6,6 +6,8 @@ 1.4 SHORT_DESC="Weak aliases for pthread functions." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 +DEPENDS="glibc-base" 1.8 +BUILD_DEPENDS="gcc" 1.9 WEB_SITE="http://xcb.freedesktop.org" 1.10 WGET_URL="$WEB_SITE/dist/$TARBALL" 1.11 1.12 @@ -13,12 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 - --prefix=/usr \ 1.18 - --infodir=/usr/share/info \ 1.19 - --mandir=/usr/share/man \ 1.20 - $CONFIGURE_ARGS && 1.21 - make && make DESTDIR=$PWD/_pkg install 1.22 + ./configure && make && make -j 1 install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.