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

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents b938e6730252
children 44d2daaccb67
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"
12 TARBALL="SGMLSpm-$VERSION.tar.gz"
13 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 chmod 644 MYMETA.yml
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install || return 1
23 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl"
30 }