wok annotate perl-http-date/receipt @ rev 12982

file: dont include libmagic and port to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 02 13:51:44 2012 +0200 (2012-06-02)
parents 66613f6c1901
children 2d12ebd38be4
rev   line source
erjo@11835 1 # SliTaz package receipt.
erjo@11835 2
erjo@11835 3 PACKAGE="perl-http-date"
erjo@11835 4 VERSION="6.01"
erjo@11835 5 CATEGORY="development"
slaxemulator@11841 6 SHORT_DESC="date conversion routines"
slaxemulator@11841 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@11841 8 WEB_SITE="http://search.cpan.org/dist/HTTP-Date"
erjo@11835 9 SOURCE="HTTP-Date"
erjo@11835 10 TARBALL="$SOURCE-$VERSION.tar.gz"
slaxemulator@11841 11 WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11841 12
slaxemulator@11841 13 DEPENDS="perl"
slaxemulator@11841 14 BUILD_DEPENDS="perl"
erjo@11835 15
erjo@11835 16 # Rules to configure and make the package.
erjo@11835 17 compile_rules()
erjo@11835 18 {
erjo@11835 19 cd $src
erjo@11835 20 perl Makefile.PL &&
erjo@11835 21 make &&
erjo@11835 22 make DESTDIR=$DESTDIR install
erjo@11835 23 }
erjo@11835 24
erjo@11835 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11835 26 genpkg_rules()
erjo@11835 27 {
slaxemulator@11841 28 cp -a $install/* $fs
erjo@11835 29 }