wok diff pytz/receipt @ rev 1890

udev: add BUILD_WARNING about hal
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 10:53:19 2008 +0000 (2008-12-18)
parents 3f07ffb50fa1
children
line diff
     1.1 --- a/pytz/receipt	Sun Aug 31 10:59:32 2008 +0000
     1.2 +++ b/pytz/receipt	Thu Dec 18 10:53:19 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