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

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="SGMLSpm"
4 PACKAGE="perl-sgmlspm"
5 VERSION="1.1"
6 #AUTHOR=""
7 CATEGORY="perl"
8 SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \
9 parsers"
10 MAINTAINER="al.bobylev@gmail.com"
11 LICENSE="GPL"
12 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" # !!!
13 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm"
14 HOST_ARCH="any"
15 REPOLOGY="${PACKAGE/-/:}"
17 TARBALL="$ORIGIN-$VERSION.tar.gz"
18 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL" # !!!
20 DEPENDS_std="perl"
21 BUILD_DEPENDS="$DEPENDS_std"
23 compile_rules() {
24 chmod 644 MYMETA.yml
26 cook_perl || return 1
28 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
29 }