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

Up acpid (2.0.28), apr-util (1.6.1), apr (1.6.3), iso-codes (3.77), jasper (2.0.14), lcms2 (2.9), libassuan (2.5.1), libatomic_ops (7.6.2), libbytesize (1.2), libgcrypt (1.8.2), libgsf (1.14.42), libgudev (232), libgusb (0.3.0), libtasn1 (4.13); add libqmi, modem-manager.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 17 01:08:40 2018 +0300 (2018-05-17)
parents 107066b600c7
children
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"
11 TARBALL="aspell6-pt_BR-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/pt_BR/$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 }