wok-6.x annotate aspell-en/receipt @ rev 25107
Up open-iscsi (2.0.873)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 22 17:23:49 2022 +0000 (2022-06-22) |
parents | 0123277a9e00 |
children | c3a6f662a1c1 |
rev | line source |
---|---|
paul@2099 | 1 # SliTaz package receipt. |
paul@2099 | 2 |
paul@2099 | 3 PACKAGE="aspell-en" |
Hans-G?nter@24327 | 4 VERSION="2020.12.07.0" |
paul@2099 | 5 CATEGORY="system-tools" |
paul@2099 | 6 SHORT_DESC="English aspell dictionary." |
paul@2099 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="PublicDomain" |
Hans-G?nter@22498 | 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
Hans-G?nter@22498 | 10 |
paul@2099 | 11 SOURCE="aspell6-en" |
Hans-G?nter@22498 | 12 TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2" |
paul@2099 | 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" |
paul@2099 | 14 |
pascal@15361 | 15 DEPENDS="aspell" |
pankso@16248 | 16 BUILD_DEPENDS="aspell-dev" |
pascal@15361 | 17 |
Hans-G?nter@22498 | 18 HOST_ARCH="i486 arm" |
Hans-G?nter@22498 | 19 |
pascal@24326 | 20 # What is the latest version available today? |
pascal@24326 | 21 current_version() |
pascal@24326 | 22 { |
pascal@24326 | 23 wget -O - $WEB_SITE 2>/dev/null | \ |
pascal@24340 | 24 sed "/$SOURCE/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;s|-|.|g;q" |
pascal@24326 | 25 } |
pascal@24326 | 26 |
paul@2099 | 27 # Rules to configure and make the package. |
paul@2099 | 28 compile_rules() |
paul@2099 | 29 { |
pankso@16248 | 30 ./configure && |
Hans-G?nter@22498 | 31 make && |
Hans-G?nter@22498 | 32 make install |
paul@2099 | 33 } |
paul@2099 | 34 |
paul@2099 | 35 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2099 | 36 genpkg_rules() |
paul@2099 | 37 { |
Hans-G?nter@24327 | 38 cook_copy_folders lib |
paul@2099 | 39 } |