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

liblo-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 16 12:27:46 2015 +0100 (2015-12-16)
parents 296b864e1435
children 6e8b1bcb30e2
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 LICENSE="GPL"
9 DEPENDS="perl perl-xml-parser"
10 BUILD_DEPENDS="perl perl-xml-parser"
11 SOURCE="XML-Twig"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://search.cpan.org/dist/XML-Twig/"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL -y &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }