wok-next view aspell-id/receipt @ rev 20004

gigolo, gmerlin, gnome-commander, gnome-hearts, goffice, grisbi, gsynaptics, gtkhotkey, gtklp, guvcview, gvolwheel: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 10:54:42 2017 +0200 (2017-10-21)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-id"
4 VERSION="1.2-0"
5 CATEGORY="text"
6 SHORT_DESC="Indonesian aspell dictionary"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="aspell5-id-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/id/$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 }