wok-next diff perl-sgmlspm/receipt @ rev 20017
Add speexdsp, up speex, pulseaudio & pavucontrol.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Oct 22 03:28:23 2017 +0300 (2017-10-22) |
parents | |
children | 0e7893ac206d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-sgmlspm/receipt Sun Oct 22 03:28:23 2017 +0300 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-sgmlspm" 1.7 +VERSION="1.1" 1.8 +CATEGORY="perl" 1.9 +SHORT_DESC="SGMLSpm - parsing the output from James Clark's SGMLS and NSGMLS \ 1.10 +parsers" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="GPL" 1.13 +WEB_SITE="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm" 1.14 + 1.15 +TARBALL="SGMLSpm-$VERSION.tar.gz" 1.16 +WGET_URL="http://anduin.linuxfromscratch.org/BLFS/perl-modules/$TARBALL" 1.17 + 1.18 +DEPENDS="perl" 1.19 +BUILD_DEPENDS="perl" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + chmod 644 MYMETA.yml 1.25 + 1.26 + perl Makefile.PL && 1.27 + make && make DESTDIR=$install install && 1.28 + 1.29 + ln -sv sgmlspl.pl $install/usr/bin/sgmlspl 1.30 + chmod -R u+w $install 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + copy @std 1.37 +}