wok-next annotate aspell-pl/receipt @ rev 19903

lynx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:00:53 2017 +0200 (2017-10-12)
parents 4048d48a47c1
children
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@7201 2
paul@7201 3 PACKAGE="aspell-pl"
paul@7201 4 VERSION="6.0_20061121-0"
paul@7201 5 CATEGORY="system-tools"
al@19762 6 SHORT_DESC="Polish aspell dictionary"
paul@7201 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL LGPL CC-SA"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
al@19693 10
al@19693 11 TARBALL="aspell6-pl-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/pl/$TARBALL"
paul@7201 13
al@19693 14 BUILD_DEPENDS="aspell-dev"
pascal@15361 15
paul@7201 16 # Rules to configure and make the package.
paul@7201 17 compile_rules()
paul@7201 18 {
al@19693 19 ./configure && make && make install
paul@7201 20 }
paul@7201 21
paul@7201 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7201 23 genpkg_rules()
paul@7201 24 {
al@19762 25 copy @std
al@19762 26 DEPENDS="aspell"
paul@7201 27 }