wok view aspell-pt_BR/receipt @ rev 15781

linux: remove kmod dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 00:02:35 2014 +0100 (2014-01-13)
parents 65acca84e9bc
children 128aae84d74c
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-pt_BR"
4 VERSION="20080707-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Brazilian aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 SOURCE="aspell6-pt_BR"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/$TARBALL"
14 DEPENDS="aspell"
15 BUILD_DEPENDS="aspell aspell-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure && \
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/* $fs/usr/lib
30 }