wok view perl-extutils-depends/receipt @ rev 16395

UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:02:41 2014 +0200 (2014-04-16)
parents 2d12ebd38be4
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-extutils-depends"
4 SOURCE="ExtUtils-Depends"
5 VERSION="0.304"
6 CATEGORY="development"
7 SHORT_DESC="Easily build XS extensions that depends on XS extensions."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="GPL"
10 DEPENDS="perl"
11 BUILD_DEPENDS="perl"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://search.cpan.org/~flora/ExtUtils-Depends-0.304/"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
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 }