wok-next annotate perl-file-basedir/receipt @ rev 20214
xchat: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 05 08:49:55 2017 +0100 (2017-11-05) |
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 } |