wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-barcode"
4 VERSION="0.7"
5 CATEGORY="development"
6 SHORT_DESC="Create standard barcodes"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/pyBarcode"
11 BUILD_DEPENDS="python"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR pyBarcode
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="python"
24 }