21 lines
591 B
Bash
21 lines
591 B
Bash
|
# Template file for 'perl-Barcode-ZBar'
|
||
|
pkgname=perl-Barcode-ZBar
|
||
|
version=0.04
|
||
|
revision=1
|
||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||
|
build_style=perl-module
|
||
|
hostmakedepends="perl"
|
||
|
makedepends="perl libzbar-devel"
|
||
|
depends="${makedepends}"
|
||
|
short_desc="Perl interface to the ZBar Barcode Reader"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="LGPL-2.1"
|
||
|
homepage="http://search.cpan.org/dist/Barcode-ZBar"
|
||
|
distfiles="${CPAN_SITE}/Barcode/${pkgname/perl-/}-${version}.tar.gz"
|
||
|
checksum=d57e1ad471b6a29fa4134650e6eec9eb834d42cbe8bf8f0608c67d6dd0f8f431
|
||
|
|
||
|
do_check() {
|
||
|
# Requires X display
|
||
|
:
|
||
|
}
|