wok-next annotate perl-text-aspell/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 bc6672455954
children d5aab818505e
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@20884 10 REPOLOGY="perl:text-aspell"
al@19770 11
al@19770 12 TARBALL="Text-Aspell-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL"
al@19770 14
pascal@5005 15 DEPENDS="perl aspell gcc-lib-base"
al@19769 16 BUILD_DEPENDS="perl-dev aspell aspell-dev"
pascal@2242 17
pascal@2242 18 # Rules to configure and make the package.
pascal@2242 19 compile_rules()
pascal@2242 20 {
pascal@2242 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
pascal@2242 25 }
pascal@2242 26
pascal@2242 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2242 28 genpkg_rules()
pascal@2242 29 {
al@19770 30 copy @std
pascal@2242 31 }