# HG changeset patch # User Pascal Bellard # Date 1223032893 0 # Node ID 7869c27eeaf75928cef288c937616289beed4aef # Parent ba5136a62f8dad67a84726c02445db0a6514ebb0 pytz xorg-rgb: update BUILD_DEPENDS diff -r ba5136a62f8d -r 7869c27eeaf7 pytz/receipt --- a/pytz/receipt Fri Oct 03 10:37:53 2008 +0000 +++ b/pytz/receipt Fri Oct 03 11:21:33 2008 +0000 @@ -5,6 +5,8 @@ CATEGORY="development" SHORT_DESC="World Timezone Definitions for Python." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="python" +BUILD_DEPENDS="python-dev python" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pytz.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -13,7 +15,7 @@ compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg } diff -r ba5136a62f8d -r 7869c27eeaf7 xorg-rgb/receipt --- a/xorg-rgb/receipt Fri Oct 03 10:37:53 2008 +0000 +++ b/xorg-rgb/receipt Fri Oct 03 11:21:33 2008 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X11 RGB colors definitions." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="pkg-config xorg-xproto" SOURCE="rgb" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -16,8 +17,8 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }