wok-next annotate 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
rev   line source
al@19790 1 # SliTaz package receipt.
al@19790 2
al@19790 3 PACKAGE="perl-sgmlspm"
al@19790 4 VERSION="1.1"
al@19790 5 CATEGORY="perl"
al@19790 6 SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \
al@19790 7 parsers"
al@19790 8 MAINTAINER="al.bobylev@gmail.com"
al@19790 9 LICENSE="GPL"
al@19790 10 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm"
al@19790 11
al@19790 12 TARBALL="SGMLSpm-$VERSION.tar.gz"
al@19790 13 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL"
al@19790 14
al@19790 15 DEPENDS="perl"
al@19790 16 BUILD_DEPENDS="perl"
al@19790 17
al@19790 18 # Rules to configure and make the package.
al@19790 19 compile_rules()
al@19790 20 {
al@19790 21 chmod 644 MYMETA.yml
al@19790 22
al@19790 23 perl Makefile.PL &&
al@19790 24 make && make DESTDIR=$install install &&
al@19790 25
al@19790 26 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
al@19790 27 chmod -R u+w $install
al@19790 28 }
al@19790 29
al@19790 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19790 31 genpkg_rules()
al@19790 32 {
al@19790 33 copy @std
al@19790 34 }