wok-stable view pytz/receipt @ rev 1575
Up tazusb (1.2.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 15 15:06:40 2008 +0000 (2008-10-15) |
parents | 3f07ffb50fa1 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="pytz"
4 VERSION="2006p"
5 CATEGORY="development"
6 SHORT_DESC="World Timezone Definitions for Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python-dev python"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://pytz.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build &&
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/usr $fs
27 }