wok view perl-xml-rss/receipt @ rev 18666

Up tazpkg (883)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 04 13:21:56 2015 +0100 (2015-12-04)
parents 84e5f2e10ea6
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-rss"
4 VERSION="1.48"
5 CATEGORY="development"
6 SHORT_DESC="XML::RSS module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 DEPENDS="perl perl-xml-parser perl-datetime perl-datetime-format-mail \
10 perl-datetime-format-w3cdtf"
11 BUILD_DEPENDS="wget $DEPENDS"
12 SOURCE="XML-RSS"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS"
15 WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }