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

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents 1a86cb99cbbf
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-glib"
4 VERSION="1.325"
5 CATEGORY="perl"
6 SHORT_DESC="Glib - Perl wrappers for the GLib utility and Object libraries"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://metacpan.org/release/Glib"
11 TARBALL="Glib-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
14 DEPENDS="perl glib"
15 BUILD_DEPENDS="perl-dev perl-extutils-depends perl-extutils-pkgconfig glib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std @dev
30 }