wok-next view perl-text-aspell/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-text-aspell"
4 VERSION="0.09"
5 CATEGORY="perl"
6 SHORT_DESC="Text::Aspell - Perl interface to the GNU Aspell library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Text-Aspell"
10 REPOLOGY="perl:text-aspell"
12 TARBALL="Text-Aspell-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL"
15 BUILD_DEPENDS="perl-dev aspell aspell-dev"
17 compile_rules() {
18 perl Makefile.PL &&
19 make &&
20 make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl aspell gcc-lib-base"
28 }