wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-glib-object-introspection/receipt	Fri Feb 11 09:16:47 2022 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-glib-object-introspection"
     1.7 +VERSION="0.049"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Dynamically create Perl language bindings."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2+"
    1.12 +WEB_SITE="https://metacpan.org/dist/Glib-Object-Introspection/"
    1.13 +REPOLOGY="perl:glib-object-introspection"
    1.14 +
    1.15 +SOURCE="Glib-Object-Introspection"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
    1.18 +
    1.19 +DEPENDS="glib libxml2 perl-glib"
    1.20 +BUILD_DEPENDS="glib-dev gobject-introspection-dev libxml2-dev perl
    1.21 +	perl-extutils-depends perl-extutils-pkgconfig perl-glib"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	perl Makefile.PL &&
    1.27 +	make &&
    1.28 +	make install DESTDIR=$DESTDIR
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cook_copy_folders	lib
    1.35 +}