wok annotate aspell-es/receipt @ rev 13457

hostpad: add missing file
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 23:49:54 2012 +0200 (2012-10-07)
parents a9f2243f2116
children 191b99ca9dc2
rev   line source
paul@2110 1 # SliTaz package receipt.
paul@2110 2
paul@2110 3 PACKAGE="aspell-es"
slaxemulator@7385 4 VERSION="1.11"
paul@2110 5 CATEGORY="system-tools"
paul@2110 6 SHORT_DESC="Spanish aspell dictionary."
paul@2110 7 MAINTAINER="paul@slitaz.org"
paul@2110 8 DEPENDS="aspell"
paul@2110 9 BUILD_DEPENDS="aspell aspell-dev"
paul@2110 10 SOURCE="aspell6-es"
slaxemulator@7385 11 TARBALL="$SOURCE-$VERSION-2.tar.bz2"
paul@2110 12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2110 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL"
paul@2110 14
paul@2110 15 # Rules to configure and make the package.
paul@2110 16 compile_rules()
paul@2110 17 {
paul@2110 18 cd $src
paul@2110 19 ./configure && \
slaxemulator@8751 20 make && make DESTDIR=$DESTDIR install
paul@2110 21 }
paul@2110 22
paul@2110 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2110 24 genpkg_rules()
paul@2110 25 {
paul@2110 26 mkdir -p $fs/usr/lib
paul@2110 27 cp -a $_pkg/usr/lib/* $fs/usr/lib
paul@2110 28 }