wok annotate perl-uri/receipt @ rev 24080
xxdiff: add bison-3.02.patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 15:56:16 2021 +0000 (2021-07-09) |
parents | 20661c276bcf |
children | 15650f5d595b |
rev | line source |
---|---|
pascal@4838 | 1 # SliTaz package receipt. |
pascal@4838 | 2 |
pascal@4838 | 3 PACKAGE="perl-uri" |
Hans-G?nter@23412 | 4 VERSION="1.76" |
pascal@4838 | 5 CATEGORY="development" |
Hans-G?nter@23412 | 6 SHORT_DESC="Perl extensions URI::Escape, URI::File, URI::ldap and URI::URL." |
pascal@4838 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
Hans-G?nter@23412 | 9 WEB_SITE="https://metacpan.org/release/URI" |
Hans-G?nter@23412 | 10 |
Hans-G?nter@23412 | 11 SOURCE="URI" |
Hans-G?nter@23412 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23412 | 13 WGET_URL="https://www.cpan.org/modules/by-module/URI/$TARBALL" |
Hans-G?nter@23412 | 14 |
Hans-G?nter@23412 | 15 PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url" |
pascal@4838 | 16 DEPENDS="perl" |
pascal@4838 | 17 BUILD_DEPENDS="perl" |
pascal@4838 | 18 |
pascal@4838 | 19 # Rules to configure and make the package. |
pascal@4838 | 20 compile_rules() |
pascal@4838 | 21 { |
pascal@4838 | 22 perl Makefile.PL && |
pascal@4838 | 23 make && |
slaxemulator@10203 | 24 make install DESTDIR=$DESTDIR |
pascal@4838 | 25 } |
pascal@4838 | 26 |
pascal@4838 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4838 | 28 genpkg_rules() |
pascal@4838 | 29 { |
pascal@4838 | 30 mkdir -p $fs/usr |
Hans-G?nter@23412 | 31 cp -a $install/usr/lib $fs/usr |
pascal@4838 | 32 } |