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

Up pciids (20180517), usbids (20180504)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 18 15:15:42 2018 +0300 (2018-05-18)
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 }