wok annotate aspell-pt_PT/receipt @ rev 23926

Add minesweeper & pacman
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 23 15:10:17 2020 +0000 (2020-08-23)
parents 191b99ca9dc2
children 095836df71b7
rev   line source
paul@2112 1 # SliTaz package receipt.
paul@2112 2
paul@2112 3 PACKAGE="aspell-pt_PT"
Hans-G?nter@22503 4 VERSION="20190329.1.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"
Hans-G?nter@22503 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
Hans-G?nter@22503 10
paul@2112 11 SOURCE="aspell6-pt_PT"
Hans-G?nter@22503 12 TARBALL="$SOURCE-${VERSION//./-}.tar.bz2"
paul@2112 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL"
paul@2112 14
pascal@15361 15 DEPENDS="aspell"
pascal@15361 16 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 17
paul@2112 18 # Rules to configure and make the package.
paul@2112 19 compile_rules()
paul@2112 20 {
Hans-G?nter@22503 21 ./configure &&
Hans-G?nter@22503 22 make &&
Hans-G?nter@22503 23 make DESTDIR=$DESTDIR install
paul@2112 24 }
paul@2112 25
paul@2112 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2112 27 genpkg_rules()
paul@2112 28 {
paul@2112 29 mkdir -p $fs/usr/lib
Hans-G?nter@22503 30 cp -a $install/usr/lib/* $fs/usr/lib
paul@2112 31 }