wok view aspell-es/receipt @ rev 13952

xournal: up to 4.7
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:53:31 2013 +0000 (2013-01-29)
parents a9f2243f2116
children 191b99ca9dc2
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-es"
4 VERSION="1.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="Spanish aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="aspell"
9 BUILD_DEPENDS="aspell aspell-dev"
10 SOURCE="aspell6-es"
11 TARBALL="$SOURCE-$VERSION-2.tar.bz2"
12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && \
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/lib/* $fs/usr/lib
28 }