wok-next view perl-sgmlspm/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents 0e7893ac206d
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-sgmlspm"
4 VERSION="1.1"
5 CATEGORY="perl"
6 SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \
7 parsers"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm"
11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm"
13 TARBALL="SGMLSpm-$VERSION.tar.gz"
14 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL"
16 BUILD_DEPENDS="perl"
18 compile_rules() {
19 chmod 644 MYMETA.yml
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install || return 1
24 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
25 chmod -R u+w $install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="perl"
31 }