wok diff pytz/receipt @ rev 2236

dropbear-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 10:09:37 2009 +0000 (2009-02-14)
parents 3f07ffb50fa1
children
line diff
     1.1 --- a/pytz/receipt	Sun Aug 31 10:59:32 2008 +0000
     1.2 +++ b/pytz/receipt	Sat Feb 14 10:09:37 2009 +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