wok-next annotate perl-file-desktopentry/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
paul@3233 1 # SliTaz package receipt.
paul@3233 2
paul@3233 3 PACKAGE="perl-file-desktopentry"
al@19709 4 VERSION="0.22"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="File::DesktopEntry - Object to handle .desktop files"
paul@3233 7 MAINTAINER="paul@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/File-DesktopEntry"
al@19709 10
al@19709 11 TARBALL="File-DesktopEntry-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl-file-basedir perl-uri"
al@19709 15 BUILD_DEPENDS="$DEPENDS"
paul@3233 16
paul@3233 17 # Rules to configure and make the package.
paul@3233 18 compile_rules()
paul@3233 19 {
paul@3233 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
paul@3233 24 }
paul@3233 25
paul@3233 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3233 27 genpkg_rules()
paul@3233 28 {
al@19709 29 copy @std
paul@3233 30 }