wok annotate aspell-pl/receipt @ rev 23024

updated libetpan and libetpan-dev (1.8 -> 1.9.4)
author Hans-G?nter Theisgen
date Tue Mar 03 15:36:52 2020 +0100 (2020-03-03)
parents 191b99ca9dc2
children 095836df71b7
rev   line source
paul@7201 1 # SliTaz package receipt.
paul@7201 2
paul@7201 3 PACKAGE="aspell-pl"
Hans-G?nter@22501 4 VERSION="6.0_20191230-0"
paul@7201 5 CATEGORY="system-tools"
paul@7201 6 SHORT_DESC="Polish aspell dictionary."
paul@7201 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL LGPL CC-SA"
Hans-G?nter@22501 9 WEB_SITE="http://aspell.net/"
Hans-G?nter@22501 10
Hans-G?nter@22501 11 SOURCE="sjp-aspell6-pl"
paul@7201 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
Hans-G?nter@22501 13 WGET_URL="https://sjp.pl/slownik/ort/$TARBALL"
paul@7201 14
pascal@15361 15 DEPENDS="aspell"
pascal@15361 16 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 17
paul@7201 18 # Rules to configure and make the package.
paul@7201 19 compile_rules()
paul@7201 20 {
Hans-G?nter@22501 21 ./configure &&
Hans-G?nter@22501 22 make &&
Hans-G?nter@22501 23 make DESTDIR=$DESTDIR install
paul@7201 24 }
paul@7201 25
paul@7201 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7201 27 genpkg_rules()
paul@7201 28 {
paul@7201 29 mkdir -p $fs/usr
Hans-G?nter@22501 30 cp -a $install/usr/lib $fs/usr
paul@7201 31 }