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

Up: acpid to 2.0.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 15:31:12 2011 +0000 (2011-11-02)
parents
children 2d12ebd38be4
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 DEPENDS="perl perl-xml-parser perl-datetime perl-datetime-format-mail \
9 perl-datetime-format-w3cdtf"
10 BUILD_DEPENDS="wget $DEPENDS"
11 SOURCE="XML-RSS"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS"
14 WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 }