wok-next annotate perl-gtk2/receipt @ rev 20082

Up clementine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:19:39 2017 +0200 (2017-10-25)
parents 52c764d3ee0f
children 4e6503d7a19f
rev   line source
claudinei@3179 1 # SliTaz package receipt.
claudinei@3179 2
claudinei@3179 3 PACKAGE="perl-gtk2"
al@19709 4 VERSION="1.24992"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library"
claudinei@3179 7 MAINTAINER="claudinei@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@19709 9 WEB_SITE="https://metacpan.org/release/Gtk2"
al@19709 10
al@19709 11 TARBALL="Gtk2-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \
al@19779 15 gtk+ pango"
al@19776 16 BUILD_DEPENDS="perl-dev perl-glib perl-pango perl-extutils-depends \
al@19709 17 perl-extutils-pkgconfig gtk+-dev"
claudinei@3179 18
claudinei@3179 19 # Rules to configure and make the package.
claudinei@3179 20 compile_rules()
claudinei@3179 21 {
claudinei@3179 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
claudinei@3179 26 }
claudinei@3179 27
claudinei@3179 28 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3179 29 genpkg_rules()
claudinei@3179 30 {
al@19709 31 copy @std @dev
claudinei@3179 32 }