wok-next view perl-glib/receipt @ rev 21349

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