wok annotate perl-file-mimeinfo/receipt @ rev 23609

updated rclone (1.49.2 -> 1.51.0)
author Hans-G?nter Theisgen
date Tue Apr 14 06:22:12 2020 +0100 (2020-04-14)
parents 20661c276bcf
children 15650f5d595b
rev   line source
paul@3233 1 # SliTaz package receipt.
paul@3233 2
paul@3233 3 PACKAGE="perl-file-mimeinfo"
Hans-G?nter@23331 4 VERSION="0.29"
paul@3233 5 CATEGORY="development"
Hans-G?nter@23331 6 SHORT_DESC="Perl extension File::MimeInfo."
paul@3233 7 MAINTAINER="paul@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23331 9 WEB_SITE="https://metacpan.org/release/File-MimeInfo"
Hans-G?nter@23331 10
Hans-G?nter@23331 11 SOURCE="File-MimeInfo"
Hans-G?nter@23331 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23331 13 WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL"
Hans-G?nter@23331 14
paul@3233 15 DEPENDS="perl perl-file-basedir perl-file-desktopentry"
paul@3233 16 BUILD_DEPENDS="perl perl-file-basedir perl-file-desktopentry"
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 &&
paul@3233 22 make &&
pascal@14702 23 make DESTDIR=$DESTDIR 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 {
paul@3233 29 mkdir -p $fs/usr
Hans-G?nter@23331 30 cp -a $install/usr/lib $fs/usr
paul@3233 31 }