wok-next view perl-xml-sax/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents
children b367284a8ac3
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-sax"
4 VERSION="0.99"
5 CATEGORY="perl"
6 SHORT_DESC="XML::SAX - Simple API for XML"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/XML-SAX"
11 TARBALL="XML-SAX-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GR/GRANTM/$TARBALL"
14 DEPENDS="perl-xml-namespacesupport perl-xml-sax-base"
15 BUILD_DEPENDS="$DEPENDS"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # Please keep `make -j1 install` to FS before installing to the DESTDIR
21 perl Makefile.PL &&
22 make -j1 install && make -j1 DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }