wok annotate aspell-da/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents 099a66084bd8
children c3a6f662a1c1
rev   line source
paul@6385 1 # SliTaz package receipt.
paul@6385 2
paul@6385 3 PACKAGE="aspell-da"
Hans-G?nter@24325 4 VERSION="1.6.36-11-0"
paul@6385 5 CATEGORY="system-tools"
paul@6385 6 SHORT_DESC="Danish aspell dictionary."
paul@6385 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
Hans-G?nter@24325 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
Hans-G?nter@24325 10
Hans-G?nter@24325 11 SOURCE="aspell6-da"
paul@6385 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@6385 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/da/$TARBALL"
paul@6385 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@24326 22 sed "/$SOURCE/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;q"
pascal@24326 23 }
pascal@24326 24
paul@6385 25 # Rules to configure and make the package.
paul@6385 26 compile_rules()
paul@6385 27 {
Hans-G?nter@24325 28 ./configure &&
Hans-G?nter@24325 29 make &&
Hans-G?nter@24325 30 make install DESTDIR=$DESTDIR
paul@6385 31 }
paul@6385 32
paul@6385 33 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@6385 34 genpkg_rules()
paul@6385 35 {
Hans-G?nter@24325 36 cook_copy_folders lib
paul@6385 37 }