wok view perl-net-dns/receipt @ rev 10517

nethogs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 16:09:27 2011 +0200 (2011-05-25)
parents 4c5b551c408e
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-net-dns"
4 VERSION="0.66"
5 CATEGORY="development"
6 SHORT_DESC="Net::DNS module is a Perl extension."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl perl-io-socket-inet6"
9 BUILD_DEPENDS="perl perl-io-socket-inet6"
10 SOURCE="Net-DNS"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 yes n | perl Makefile.PL
21 make
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 }