wok-next annotate perl-extutils-pkgconfig/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents a069b393eeda
children 4e6503d7a19f
rev   line source
claudinei@3179 1 # SliTaz package receipt.
claudinei@3179 2
claudinei@3179 3 PACKAGE="perl-extutils-pkgconfig"
al@19709 4 VERSION="1.16"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="ExtUtils::PkgConfig - simplistic interface to pkg-config"
claudinei@3179 7 MAINTAINER="claudinei@slitaz.org"
al@19709 8 LICENSE="LGPL2.1"
al@19709 9 WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig"
al@19709 10
al@19709 11 TARBALL="ExtUtils-PkgConfig-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
al@19709 13
claudinei@3179 14 DEPENDS="perl pkg-config"
al@19709 15 BUILD_DEPENDS="$DEPENDS"
claudinei@3179 16
claudinei@3179 17 # Rules to configure and make the package.
claudinei@3179 18 compile_rules()
claudinei@3179 19 {
claudinei@3179 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
claudinei@3179 24 }
claudinei@3179 25
claudinei@3179 26 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3179 27 genpkg_rules()
claudinei@3179 28 {
al@19709 29 copy @std
claudinei@3179 30 }