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

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents
children 0e7893ac206d
line source
1 # SliTaz package receipt.
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 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 chmod 644 MYMETA.yml
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
27 chmod -R u+w $install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 copy @std
34 }