wok view perl-xml-twig/receipt @ rev 11253

upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 10:04:51 2011 +0000 (2011-11-07)
parents
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-twig"
4 VERSION="3.34"
5 CATEGORY="development"
6 SHORT_DESC="XML::Twig module is a Perl extension."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="perl perl-xml-parser"
9 BUILD_DEPENDS="perl perl-xml-parser"
10 SOURCE="XML-Twig"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://search.cpan.org/dist/XML-Twig/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL -y &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/lib $fs/usr
29 }