wok-next annotate python-barcode/receipt @ rev 19865

slitaz-base-files: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 03:41:56 2017 +0300 (2017-09-12)
parents 16df76e1fc6a
children 542df2bfb7b5
rev   line source
al@19763 1 # SliTaz package receipt v2.
pascal@15906 2
pascal@15906 3 PACKAGE="python-barcode"
pascal@15906 4 VERSION="0.7"
pascal@15906 5 CATEGORY="development"
al@19763 6 SHORT_DESC="Create standard barcodes"
pascal@15906 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15906 8 LICENSE="MIT"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/pyBarcode"
pascal@15906 10
al@19763 11 BUILD_DEPENDS="python"
pascal@15906 12
pascal@15906 13 # Rules to configure and make the package.
pascal@15906 14 compile_rules()
pascal@15906 15 {
al@19763 16 pip install --no-compile --root=$DESTDIR pyBarcode
pascal@15906 17 }
pascal@15906 18
pascal@15906 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15906 20 genpkg_rules()
pascal@15906 21 {
al@19763 22 copy @std
al@19763 23 DEPENDS="python"
pascal@15906 24 }