wok-next view perl-file-listing/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 0e7893ac206d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-file-listing"
4 VERSION="6.04"
5 CATEGORY="perl"
6 SHORT_DESC="File::Listing - parse directory listing"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/File-Listing"
10 REPOLOGY="perl:file-listing"
12 TARBALL="File-Listing-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
15 BUILD_DEPENDS="perl-http-date"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="$BUILD_DEPENDS"
27 }