wok-next annotate perl-glib/receipt @ rev 21386

updated nfs-utils (1.3.0 -> 2.4.3)
author Hans-G?nter Theisgen
date Fri Apr 17 13:40:22 2020 +0100 (2020-04-17)
parents 2032afd3d24e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
claudinei@3179 2
al@21068 3 ORIGIN="Glib"
claudinei@3179 4 PACKAGE="perl-glib"
al@21026 5 VERSION="1.328"
al@21068 6 AUTHOR="XAOC"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Glib - Perl wrappers for the GLib utility and Object libraries"
claudinei@3179 9 MAINTAINER="claudinei@slitaz.org"
pascal@14996 10 LICENSE="LGPL2.1"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@19709 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 16
al@21068 17 DEPENDS_std="perl glib"
al@21068 18 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-extutils-depends \
al@21068 19 perl-extutils-pkgconfig glib-dev"
al@21068 20
al@21068 21 COPY_std="@std @dev"
claudinei@3179 22
al@21020 23 compile_rules() {
al@21068 24 cook_perl
claudinei@3179 25 }