wok view perl-html-tagset/receipt @ rev 17714

inkscape: remove obsolate patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 04 10:06:37 2015 +0100 (2015-03-04)
parents fb4f9c3eb156
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-html-tagset"
4 VERSION="3.20"
5 CATEGORY="development"
6 SHORT_DESC="HTML::Tagset module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="HTML-Tagset"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://www.cpan.org/modules"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv $SOURCE $src 2> /dev/null
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 }