wok-next annotate aspell-pt_PT/receipt @ rev 20488
palemoon: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 11:00:54 2018 +0100 (2018-03-12) |
parents | 4048d48a47c1 |
children |
rev | line source |
---|---|
al@19762 | 1 # SliTaz package receipt v2. |
paul@2112 | 2 |
paul@2112 | 3 PACKAGE="aspell-pt_PT" |
paul@2112 | 4 VERSION="20070510-0" |
al@19693 | 5 CATEGORY="text" |
al@19762 | 6 SHORT_DESC="Portuguese aspell dictionary" |
paul@2112 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
al@19693 | 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html" |
al@19693 | 10 |
al@19693 | 11 TARBALL="aspell6-pt_PT-$VERSION.tar.bz2" |
al@19693 | 12 WGET_URL="$GNU_MIRROR/aspell/dict/pt_PT/$TARBALL" |
paul@2112 | 13 |
al@19693 | 14 BUILD_DEPENDS="aspell-dev" |
pascal@15361 | 15 |
paul@2112 | 16 # Rules to configure and make the package. |
paul@2112 | 17 compile_rules() |
paul@2112 | 18 { |
al@19693 | 19 ./configure && make && make install |
paul@2112 | 20 } |
paul@2112 | 21 |
paul@2112 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2112 | 23 genpkg_rules() |
paul@2112 | 24 { |
al@19762 | 25 copy @std |
al@19762 | 26 DEPENDS="aspell" |
paul@2112 | 27 } |