wok rev 1450

pytz xorg-rgb: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 11:21:33 2008 +0000 (2008-10-03)
parents ba5136a62f8d
children 788eb14d270a
files pytz/receipt xorg-rgb/receipt
line diff
     1.1 --- a/pytz/receipt	Fri Oct 03 10:37:53 2008 +0000
     1.2 +++ b/pytz/receipt	Fri Oct 03 11:21:33 2008 +0000
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="World Timezone Definitions for Python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +DEPENDS="python"
     1.8 +BUILD_DEPENDS="python-dev python"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://pytz.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -13,7 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	python setup.py build
    1.17 +	python setup.py build &&
    1.18  	python setup.py install --root=$PWD/_pkg
    1.19  }
    1.20  
     2.1 --- a/xorg-rgb/receipt	Fri Oct 03 10:37:53 2008 +0000
     2.2 +++ b/xorg-rgb/receipt	Fri Oct 03 11:21:33 2008 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="X11 RGB colors definitions."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 +BUILD_DEPENDS="pkg-config xorg-xproto"
     2.8  SOURCE="rgb"
     2.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://www.x.org/"
    2.11 @@ -16,8 +17,8 @@
    2.12      cd $src
    2.13      ./configure --prefix=/usr --sysconfdir=/etc \
    2.14      --mandir=/usr/share/man --localstatedir=/var \
    2.15 -    $CONFIGURE_ARGS
    2.16 -    make
    2.17 +    $CONFIGURE_ARGS &&
    2.18 +    make &&
    2.19      make DESTDIR=$PWD/_pkg install
    2.20  }
    2.21