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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 44d2daaccb67
children f48456621a9d
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"
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 }