wok-next view perl-uri/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-uri"
4 VERSION="1.74"
5 CATEGORY="perl"
6 SHORT_DESC="URI - Uniform Resource Identifiers (absolute and relative)"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/URI"
10 REPOLOGY="perl:uri"
12 TARBALL="URI-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl"
27 }