wok-next view aspell-nl/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-nl"
4 VERSION="0.50-2"
5 CATEGORY="text"
6 SHORT_DESC="Dutch aspell dictionary"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/nl/$TARBALL"
14 BUILD_DEPENDS="aspell-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="aspell"
27 }