wok-next annotate perl-text-aspell/receipt @ rev 19985

Close dependency loop mesa17 <--> libva
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 18 13:40:04 2017 +0300 (2017-10-18)
parents dfb3d7f1daed
children 4e6503d7a19f
rev   line source
pascal@2242 1 # SliTaz package receipt.
pascal@2242 2
pascal@2242 3 PACKAGE="perl-text-aspell"
pascal@2242 4 VERSION="0.09"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Text::Aspell - Perl interface to the GNU Aspell library"
pascal@2242 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/Text-Aspell"
al@19770 10
al@19770 11 TARBALL="Text-Aspell-$VERSION.tar.gz"
al@19770 12 WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL"
al@19770 13
pascal@5005 14 DEPENDS="perl aspell gcc-lib-base"
al@19769 15 BUILD_DEPENDS="perl-dev aspell aspell-dev"
pascal@2242 16
pascal@2242 17 # Rules to configure and make the package.
pascal@2242 18 compile_rules()
pascal@2242 19 {
pascal@2242 20 perl Makefile.PL &&
al@19770 21 make && make DESTDIR=$install install &&
al@19770 22
al@19770 23 chmod -R u+w $install
pascal@2242 24 }
pascal@2242 25
pascal@2242 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2242 27 genpkg_rules()
pascal@2242 28 {
al@19770 29 copy @std
pascal@2242 30 }