wok-next view aspell-es/receipt @ rev 20068

Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 24 17:49:57 2017 +0300 (2017-10-24)
parents 4048d48a47c1
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-es"
4 VERSION="1.11-2"
5 CATEGORY="text"
6 SHORT_DESC="Spanish aspell dictionary"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
10 HOST_ARCH="i486 arm"
12 TARBALL="aspell6-es-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/aspell/dict/es/$TARBALL"
15 BUILD_DEPENDS="aspell-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="aspell"
28 }