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

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 4e6503d7a19f
children d5aab818505e
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/svn/general/perl-modules.html#perl-sgmlspm"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm"
12 REPOLOGY="perl:sgmlspm"
14 TARBALL="SGMLSpm-$VERSION.tar.gz"
15 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL"
17 BUILD_DEPENDS="perl"
19 compile_rules() {
20 chmod 644 MYMETA.yml
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install || return 1
25 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
26 chmod -R u+w $install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="perl"
32 }