wok-current annotate perl-xml-simple/receipt @ rev 23557
updated python-scapy (2.4.2 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 07:32:04 2020 +0100 (2020-04-07) |
parents | 2d12ebd38be4 |
children | 15650f5d595b |
rev | line source |
---|---|
pankso@18 | 1 # SliTaz package receipt. |
pankso@18 | 2 |
pankso@18 | 3 PACKAGE="perl-xml-simple" |
Hans-G?nter@23417 | 4 VERSION="2.25" |
pankso@204 | 5 CATEGORY="development" |
Hans-G?nter@23417 | 6 SHORT_DESC="Perl extension XML::Simple is used to read and write XML." |
pankso@18 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
Hans-G?nter@23417 | 9 WEB_SITE="https://metacpan.org/release/XML-Simple" |
Hans-G?nter@23417 | 10 |
Hans-G?nter@23417 | 11 SOURCE="XML-Simple" |
Hans-G?nter@23417 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23417 | 13 WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL" |
Hans-G?nter@23417 | 14 |
pankso@18 | 15 DEPENDS="perl" |
pascal@1511 | 16 BUILD_DEPENDS="perl" |
pankso@18 | 17 |
pankso@18 | 18 # Rules to configure and make the package. |
pankso@18 | 19 compile_rules() |
pankso@18 | 20 { |
pascal@1511 | 21 perl Makefile.PL && |
pascal@1511 | 22 make && |
pascal@14702 | 23 make DESTDIR=$DESTDIR install |
pankso@18 | 24 } |
pankso@18 | 25 |
pankso@18 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@18 | 27 genpkg_rules() |
pankso@18 | 28 { |
pankso@18 | 29 mkdir -p $fs/usr |
Hans-G?nter@23417 | 30 cp -a $install/usr/lib $fs/usr |
pankso@18 | 31 } |