wok view perl-glib/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 18c66805dd1a
children e15916d6020c
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-glib"
4 SOURCE="Glib"
5 VERSION="1.329"
6 CATEGORY="development"
7 SHORT_DESC="Perl wrappers for the GLib utility and Object libraries."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="LGPL2.1"
10 DEPENDS="perl glib"
11 BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="https://metacpan.org/release/Glib"
14 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 perl Makefile.PL &&
20 make &&
21 make install DESTDIR=$DESTDIR
22 rm -rf $pkgdir/installnone
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }