wok-next diff perl-ole-storage-lite/receipt @ rev 21068

Rebuild Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 11 23:38:35 2018 +0200 (2018-12-11)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-ole-storage-lite/receipt	Tue Dec 11 23:38:35 2018 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +ORIGIN="OLE-Storage_Lite"
     1.7 +PACKAGE="perl-ole-storage-lite"
     1.8 +VERSION="0.19"
     1.9 +AUTHOR="JMCNAMARA"
    1.10 +CATEGORY="perl"
    1.11 +SHORT_DESC="OLE::Storage_Lite - Simple Class for OLE document interface"
    1.12 +MAINTAINER="pascal.bellard@slitaz.org"
    1.13 +LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.15 +HOST_ARCH="any"
    1.16 +REPOLOGY="${PACKAGE/-/:}"
    1.17 +
    1.18 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.19 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.20 +
    1.21 +DEPENDS_std="perl"
    1.22 +BUILD_DEPENDS="$DEPENDS_std"
    1.23 +
    1.24 +compile_rules() {
    1.25 +	cook_perl
    1.26 +}