wok-next view perl-appconfig/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 4e6503d7a19f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-appconfig"
4 VERSION="1.71"
5 CATEGORY="perl"
6 SHORT_DESC="AppConfig - Perl5 module for reading configuration files and \
7 parsing command line arguments"
8 MAINTAINER="nneul@neulinger.org"
9 LICENSE="Artistic"
10 WEB_SITE="https://metacpan.org/release/AppConfig"
11 REPOLOGY="perl:appconfig"
13 TARBALL="AppConfig-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL"
16 BUILD_DEPENDS="perl"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl"
28 }