wok-current rev 14438
Add python-phonenumbers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 25 12:56:03 2013 +0200 (2013-04-25) |
parents | f6de2e99f9cd |
children | 3dd4f615ee42 |
files | python-phonenumbers/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-phonenumbers/receipt Thu Apr 25 12:56:03 2013 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-phonenumbers" 1.7 +SOURCE="phonenumbers" 1.8 +VERSION="5.4b1" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="common library for parsing, formatting, storing and validating international phone numbers." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://github.com/daviddrysdale/python-phonenumbers" 1.14 +#https://pypi.python.org/pypi/phonenumbers 1.15 +WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.16 + 1.17 +DEPENDS="python" 1.18 +BUILD_DEPENDS="python-dev python" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + python setup.py build && 1.25 + python setup.py install --root=$DESTDIR 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs 1.32 + cp -a $install/usr $fs 1.33 +}