wok annotate aspell-id/receipt @ rev 25260
updated radvd (2.18 -> 2.19)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 15 07:20:59 2022 +0100 (2022-07-15) |
parents | 41a5254285d8 |
children | c3a6f662a1c1 |
rev | line source |
---|---|
erjo@4716 | 1 # SliTaz package receipt. |
erjo@4716 | 2 |
erjo@4716 | 3 PACKAGE="aspell-id" |
Hans-G?nter@24328 | 4 VERSION="1.2.0" |
erjo@4716 | 5 CATEGORY="system-tools" |
erjo@4716 | 6 SHORT_DESC="Indonesian aspell dictionary." |
erjo@4716 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
Hans-G?nter@24328 | 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
Hans-G?nter@24328 | 10 |
erjo@4716 | 11 SOURCE="aspell5-id" |
Hans-G?nter@24328 | 12 TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2" |
erjo@4716 | 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/id/$TARBALL" |
erjo@4716 | 14 |
pascal@15361 | 15 DEPENDS="aspell" |
pascal@15361 | 16 BUILD_DEPENDS="aspell aspell-dev" |
pascal@15361 | 17 |
pascal@24326 | 18 # What is the latest version available today? |
pascal@24326 | 19 current_version() |
pascal@24326 | 20 { |
pascal@24326 | 21 wget -O - $WEB_SITE 2>/dev/null | \ |
pascal@24340 | 22 sed "/$SOURCE/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;s|-|.|g;q" |
pascal@24326 | 23 } |
pascal@24326 | 24 |
erjo@4716 | 25 # Rules to configure and make the package. |
erjo@4716 | 26 compile_rules() |
erjo@4716 | 27 { |
Hans-G?nter@24328 | 28 ./configure && |
Hans-G?nter@24328 | 29 make && |
Hans-G?nter@24328 | 30 make install DESTDIR=$DESTDIR |
erjo@4716 | 31 } |
erjo@4716 | 32 |
erjo@4716 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4716 | 34 genpkg_rules() |
erjo@4716 | 35 { |
Hans-G?nter@24328 | 36 cook_copy_folders lib |
erjo@4716 | 37 } |