wok annotate aspell-pt_PT/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 9d6b3aa132c0
children 5c0f02c6ca40
rev   line source
paul@2112 1 # SliTaz package receipt.
paul@2112 2
paul@2112 3 PACKAGE="aspell-pt_PT"
paul@2112 4 VERSION="20070510-0"
paul@2112 5 CATEGORY="system-tools"
paul@2112 6 SHORT_DESC="Portuguese aspell dictionary."
paul@2112 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
paul@2112 9 SOURCE="aspell6-pt_PT"
paul@2112 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@2112 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2112 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL"
paul@2112 13
pascal@15361 14 DEPENDS="aspell"
pascal@15361 15 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 16
paul@2112 17 # Rules to configure and make the package.
paul@2112 18 compile_rules()
paul@2112 19 {
paul@2112 20 cd $src
paul@2112 21 ./configure && \
pascal@15361 22 make && make DESTDIR=$DESTDIR install
paul@2112 23 }
paul@2112 24
paul@2112 25 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2112 26 genpkg_rules()
paul@2112 27 {
paul@2112 28 mkdir -p $fs/usr/lib
pascal@15361 29 cp -a $install/usr/lib/* $fs/usr/lib
paul@2112 30 }