python-pyzbar: template fixes
This commit is contained in:
parent
00c3d189fd
commit
7f3aa8fb48
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python-pyzbar'
|
||||
pkgname=python-pyzbar
|
||||
version=0.1.7
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="pyzbar-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyzbar"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="libzbar python-enum34 python-dateutil"
|
||||
depends="libzbar python-enum34 python-pathlib"
|
||||
short_desc="Read one-dimensional barcodes and QR codes"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/NaturalHistoryMuseum/pyzbar/"
|
||||
distfiles="https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${version}.tar.gz"
|
||||
checksum=4dbbece533650f2aeb6c8d1f41cf424614d2877d7331c48a9eed35ae9f949626
|
||||
alternatives="read_zbar:/usr/bin/read_zbar:/usr/bin/read_zbar.py2"
|
||||
alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
@ -25,9 +25,10 @@ post_install() {
|
|||
python3-pyzbar_package() {
|
||||
noarch=yes
|
||||
pycompile_module="pyzbar"
|
||||
depends="libzbar python3-dateutil"
|
||||
alternatives="read_zbar:/usr/bin/read_zbar:/usr/bin/read_zbar.py3"
|
||||
depends="libzbar python3"
|
||||
alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py3"
|
||||
pkg_install() {
|
||||
vlicense LICENSE.txt
|
||||
vmove usr/lib/python3*
|
||||
vmove usr/bin/read_zbar.py3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue