wok view perl-glib-object-introspection/receipt @ rev 24417

created recipes for perl-cairo-gobject, perl-glib-object-introspection and perl-gtk3
author Hans-G?nter Theisgen
date Fri Feb 11 09:16:47 2022 +0100 (2022-02-11)
parents
children b78e79c31b1f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-glib-object-introspection"
4 VERSION="0.049"
5 CATEGORY="development"
6 SHORT_DESC="Dynamically create Perl language bindings."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2+"
9 WEB_SITE="https://metacpan.org/dist/Glib-Object-Introspection/"
10 REPOLOGY="perl:glib-object-introspection"
12 SOURCE="Glib-Object-Introspection"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
16 DEPENDS="glib libxml2 perl-glib"
17 BUILD_DEPENDS="glib-dev gobject-introspection-dev libxml2-dev perl
18 perl-extutils-depends perl-extutils-pkgconfig perl-glib"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make &&
25 make install DESTDIR=$DESTDIR
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_folders lib
32 }