wok-next view perl-text-patch/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-text-patch"
4 VERSION="1.8"
5 CATEGORY="perl"
6 SHORT_DESC="Text::Patch - Patches text with given patch"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Text-Patch"
10 HOST_ARCH="any"
11 REPOLOGY="perl:text-patch"
13 TARBALL="Text-Patch-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CADE/$TARBALL"
16 BUILD_DEPENDS="perl"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl"
29 }