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

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents f48456621a9d
children f17e1f86f546
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 &&
24 make DESTDIR=$install install || return 1
26 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
27 chmod -R u+w $install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="perl"
33 }