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

freeglut: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 18:59:51 2017 +0200 (2017-10-14)
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 }