wok-next annotate perl-file-basedir/receipt @ rev 19709

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents 2d12ebd38be4
children 44d2daaccb67
rev   line source
paul@3233 1 # SliTaz package receipt.
paul@3233 2
paul@3233 3 PACKAGE="perl-file-basedir"
al@19709 4 VERSION="0.07"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="File::BaseDir - Use the Freedesktop.org base directory \
al@19709 7 specification"
paul@3233 8 MAINTAINER="paul@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/File-BaseDir"
al@19709 11
al@19709 12 TARBALL="File-BaseDir-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-ipc-system-simple"
al@19709 16 BUILD_DEPENDS="$DEPENDS perl-module-build perl-file-which"
paul@3233 17
paul@3233 18 # Rules to configure and make the package.
paul@3233 19 compile_rules()
paul@3233 20 {
paul@3233 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
paul@3233 25 }
paul@3233 26
paul@3233 27 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3233 28 genpkg_rules()
paul@3233 29 {
al@19709 30 copy @std
paul@3233 31 }