wok view perl-uri/receipt @ rev 15595

siproxd, smx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 21:46:10 2013 +0000 (2013-12-03)
parents bb8447a6949e
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-uri"
4 VERSION="1.58"
5 CATEGORY="development"
6 SHORT_DESC="URI::Escape, URI::File, URI::ldap and URI::URL modules are Perl extensions."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="URI"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://cpan.org/"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
15 PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make install DESTDIR=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }