wok-next view aspell-pt_BR/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 4048d48a47c1
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-pt_BR"
4 VERSION="20090702-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Brazilian aspell dictionary"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
10 HOST_ARCH="i486 arm"
12 TARBALL="aspell6-pt_BR-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/aspell/dict/pt_BR/$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 }