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

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents 44d2daaccb67
children d5aab818505e
rev   line source
paul@3233 1 # SliTaz package receipt.
paul@3233 2
paul@3233 3 PACKAGE="perl-file-basedir"
al@20820 4 VERSION="0.08"
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@20884 11 REPOLOGY="perl:file-basedir"
al@19709 12
al@19709 13 TARBALL="File-BaseDir-$VERSION.tar.gz"
al@19709 14 WGET_URL="https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/$TARBALL"
al@19709 15
al@19709 16 DEPENDS="perl-ipc-system-simple"
al@19709 17 BUILD_DEPENDS="$DEPENDS perl-module-build perl-file-which"
paul@3233 18
paul@3233 19 # Rules to configure and make the package.
paul@3233 20 compile_rules()
paul@3233 21 {
paul@3233 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
paul@3233 26 }
paul@3233 27
paul@3233 28 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3233 29 genpkg_rules()
paul@3233 30 {
al@19709 31 copy @std
paul@3233 32 }