wok annotate aspell-fr/receipt @ rev 15361

tuxmath: add -lt4k_common
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 02 10:41:05 2013 +0000 (2013-10-02)
parents 9094f0753f3b
children 128aae84d74c
rev   line source
paul@2100 1 # SliTaz package receipt.
paul@2100 2
paul@2100 3 PACKAGE="aspell-fr"
paul@2100 4 VERSION="0.50-3"
paul@2100 5 CATEGORY="system-tools"
paul@2100 6 SHORT_DESC="French aspell dictionary."
paul@2100 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
paul@2100 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@2100 10 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2100 11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL"
paul@2100 12
pascal@15361 13 DEPENDS="aspell"
pascal@15361 14 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 15
paul@2100 16 # Rules to configure and make the package.
paul@2100 17 compile_rules()
paul@2100 18 {
paul@2100 19 cd $src
pascal@15361 20 ./configure &&
pascal@15361 21 make && make DESTDIR=$DESTDIR install
paul@2100 22 }
paul@2100 23
paul@2100 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2100 25 genpkg_rules()
paul@2100 26 {
paul@2100 27 mkdir -p $fs/usr/lib
pascal@15361 28 cp -a $install/usr/lib/* $fs/usr/lib
paul@2100 29 }