wok annotate perl-http-parser/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 20661c276bcf
children 15650f5d595b
rev   line source
erjo@11837 1 # SliTaz package receipt.
erjo@11837 2
erjo@11837 3 PACKAGE="perl-http-parser"
erjo@11837 4 VERSION="0.06"
erjo@11837 5 CATEGORY="development"
erjo@11837 6 SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object"
erjo@11837 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
pascal@20905 9 WEB_SITE="https://metacpan.org/release/HTTP-Parser"
erjo@11837 10 SOURCE="HTTP-Parser"
erjo@11837 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20905 12 WGET_URL="https://cpan.metacpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL"
erjo@11837 13
erjo@11837 14 DEPENDS="perl-http-message perl-uri"
erjo@11837 15 BUILD_DEPENDS="perl $DEPENDS"
erjo@11837 16
erjo@11837 17 # Rules to configure and make the package.
erjo@11837 18 compile_rules()
erjo@11837 19 {
erjo@11837 20 perl Makefile.PL &&
erjo@11837 21 make &&
erjo@11837 22 make DESTDIR=$DESTDIR install
erjo@11837 23 }
erjo@11837 24
erjo@11837 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11837 26 genpkg_rules()
erjo@11837 27 {
erjo@11837 28 mkdir -p $fs/usr
pascal@14702 29 cp -a $install/usr/lib $fs/usr
erjo@11837 30 }