wok annotate perl-animation/receipt @ rev 23823

created recipes for qt5 packages
author Hans-G?nter Theisgen
date Thu May 28 10:56:20 2020 +0100 (2020-05-28)
parents 20661c276bcf
children 15650f5d595b
rev   line source
pascal@1731 1 # SliTaz package receipt.
pascal@1731 2
pascal@1731 3 PACKAGE="perl-animation"
Hans-G?nter@23287 4 VERSION="2.6"
pascal@1731 5 CATEGORY="development"
Hans-G?nter@23287 6 SHORT_DESC="Perl extension Term::Animation."
pascal@1731 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23287 9 WEB_SITE="https://metacpan.org/release/Term-Animation"
Hans-G?nter@23287 10
Hans-G?nter@23287 11 SOURCE="Term-Animation"
Hans-G?nter@23287 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23287 13 WGET_URL="https://www.cpan.org/modules/by-module/Term/$TARBALL"
Hans-G?nter@23287 14
pascal@1731 15 DEPENDS="perl"
pascal@1731 16 BUILD_DEPENDS="perl"
pascal@1731 17
pascal@1731 18 # Rules to configure and make the package.
pascal@1731 19 compile_rules()
pascal@1731 20 {
pascal@1731 21 perl Makefile.PL &&
pascal@1731 22 make &&
pascal@14702 23 make DESTDIR=$DESTDIR install
pascal@1731 24 }
pascal@1731 25
pascal@1731 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1731 27 genpkg_rules()
pascal@1731 28 {
pascal@1731 29 mkdir -p $fs/usr
Hans-G?nter@23287 30 cp -a $install/usr/lib $fs/usr
pascal@1731 31 }