wok-next annotate perl-sgmlspm/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@19790 2
al@21068 3 ORIGIN="SGMLSpm"
al@19790 4 PACKAGE="perl-sgmlspm"
al@19790 5 VERSION="1.1"
al@21068 6 #AUTHOR=""
al@19790 7 CATEGORY="perl"
al@19790 8 SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \
al@19790 9 parsers"
al@19790 10 MAINTAINER="al.bobylev@gmail.com"
al@19790 11 LICENSE="GPL"
al@21068 12 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" # !!!
al@21017 13 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm"
al@21068 14 HOST_ARCH="any"
al@21068 15 REPOLOGY="${PACKAGE/-/:}"
al@19790 16
al@21068 17 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 18 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL" # !!!
al@19790 19
al@21068 20 DEPENDS_std="perl"
al@21068 21 BUILD_DEPENDS="$DEPENDS_std"
al@19790 22
al@20443 23 compile_rules() {
al@19790 24 chmod 644 MYMETA.yml
al@19790 25
al@21068 26 cook_perl || return 1
al@19790 27
al@19790 28 ln -sv sgmlspl.pl $install/usr/bin/sgmlspl
al@19790 29 }