# HG changeset patch # User Paul Issott # Date 1233173077 0 # Node ID 9094f0753f3b3f0130db1a2919e3ef99006556c2 # Parent 5547544d23e8a758ef8d9d9399544ec5fc013ba1 Add: aspell-fr diff -r 5547544d23e8 -r 9094f0753f3b aspell-fr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aspell-fr/receipt Wed Jan 28 20:04:37 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="aspell-fr" +VERSION="0.50-3" +CATEGORY="system-tools" +SHORT_DESC="French aspell dictionary." +MAINTAINER="paul@slitaz.org" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/* $fs/usr/lib +}