wok-next annotate aspell-nl/receipt @ rev 19845

Up cookutils, lxpanel, slim, tazlito.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 26 12:10:59 2017 +0300 (2017-08-26)
parents 4048d48a47c1
children
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@7225 2
paul@7225 3 PACKAGE="aspell-nl"
paul@7225 4 VERSION="0.50-2"
al@19693 5 CATEGORY="text"
al@19762 6 SHORT_DESC="Dutch aspell dictionary"
paul@7225 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
al@19693 10
paul@7225 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/nl/$TARBALL"
paul@7225 13
al@19693 14 BUILD_DEPENDS="aspell-dev"
pascal@15361 15
paul@7225 16 # Rules to configure and make the package.
paul@7225 17 compile_rules()
paul@7225 18 {
al@19693 19 ./configure && make && make install
paul@7225 20 }
paul@7225 21
paul@7225 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7225 23 genpkg_rules()
paul@7225 24 {
al@19762 25 copy @std
al@19762 26 DEPENDS="aspell"
paul@7225 27 }