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

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-ole-storage-lite/receipt	Mon Jun 29 17:11:21 2020 +0100
     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 +}