wok-6.x annotate perl-net-http/receipt @ rev 13747
syslinux: add MENU STARTIFNOARG
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 31 11:41:25 2012 +0100 (2012-12-31) |
parents | |
children | 2d12ebd38be4 |
rev | line source |
---|---|
erjo@12228 | 1 # SliTaz package receipt. |
erjo@12228 | 2 |
erjo@12228 | 3 PACKAGE="perl-net-http" |
erjo@12228 | 4 VERSION="6.03" |
erjo@12228 | 5 CATEGORY="development" |
erjo@12228 | 6 SHORT_DESC="Low-level HTTP connection (client)" |
erjo@12228 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@12228 | 8 SOURCE="Net-HTTP" |
erjo@12228 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@12228 | 10 WEB_SITE="http://search.cpan.org/dist/libwww-perl/" |
erjo@12228 | 11 WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" |
erjo@12228 | 12 |
erjo@12228 | 13 DEPENDS="perl perl-compress-raw-zlib perl-io-compress" |
erjo@12228 | 14 BUILD_DEPENDS="perl $DEPENDS" |
erjo@12228 | 15 |
erjo@12228 | 16 # Rules to configure and make the package. |
erjo@12228 | 17 compile_rules() |
erjo@12228 | 18 { |
erjo@12228 | 19 cd $src |
erjo@12228 | 20 perl Makefile.PL && make && make DESTDIR=$DESTDIR install |
erjo@12228 | 21 |
erjo@12228 | 22 } |
erjo@12228 | 23 |
erjo@12228 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@12228 | 25 genpkg_rules() |
erjo@12228 | 26 { |
erjo@12228 | 27 mkdir -p $fs/usr |
erjo@12228 | 28 cp -a $_pkg/usr/bin $fs/usr |
erjo@12228 | 29 cp -a $_pkg/usr/lib $fs/usr |
erjo@12228 | 30 } |