wok view perl-xml-entities/receipt @ rev 8938

masqmail, mplayer-svn, nagios-nrpe, notify-python, openvas-administrator, openvas-client, openvas-manager, openvas-scanner, perl-xml-entities, pgadmin, python-ipy: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 16:28:33 2011 +0100 (2011-03-01)
parents 86d71949f3ad
children f8a089713f83
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-entities"
4 VERSION="0.0307"
5 CATEGORY="development"
6 SHORT_DESC="XML::Entities module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl perl-lwp-useragent perl-URI"
10 SOURCE="XML-Entities"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.cpan.org/modules/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv $SOURCE $src 2> /dev/null
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 }