wok annotate python-vatnumber/receipt @ rev 20305

pppd: into dialout group
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 06 10:39:28 2018 +0200 (2018-05-06)
parents bf4a09ef1d2e
children 8dd8bab3f0ca
rev   line source
pascal@11727 1 # SliTaz package receipt.
pascal@11727 2
pascal@11727 3 PACKAGE="python-vatnumber"
pascal@11727 4 SOURCE="vatnumber"
pascal@11727 5 VERSION="1.0"
pascal@11727 6 CATEGORY="development"
pascal@11727 7 SHORT_DESC="Validate VAT numbers for Python."
pascal@11727 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 9 LICENSE="GPL3"
pascal@11727 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11727 11 WEB_SITE="http://code.google.com/p/vatnumber"
pascal@11727 12 WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL"
pascal@11727 13
pascal@11727 14 DEPENDS="python"
pascal@11727 15 BUILD_DEPENDS="python-dev python setuptools"
pascal@11727 16
pascal@11727 17 # Rules to configure and make the package.
pascal@11727 18 compile_rules()
pascal@11727 19 {
pascal@11727 20 python setup.py build &&
pascal@11727 21 python setup.py install --root=$DESTDIR
pascal@11727 22 }
pascal@11727 23
pascal@11727 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11727 25 genpkg_rules()
pascal@11727 26 {
pascal@11727 27 mkdir -p $fs
pascal@15376 28 cp -a $install/usr $fs
pascal@11727 29 }