# HG changeset patch # User Paul Issott # Date 1233259673 0 # Node ID 9bd7a2a44d52ad6e8d68d1e3a45df516218864c6 # Parent ef5f8e727c1cc1508bc586b6885deb1b1685b67e Add: aspell-de diff -r ef5f8e727c1c -r 9bd7a2a44d52 aspell-de/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aspell-de/receipt Thu Jan 29 20:07:53 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="aspell-de" +VERSION="20030222-1" +CATEGORY="system-tools" +SHORT_DESC="German aspell dictionary." +MAINTAINER="paul@slitaz.org" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" +SOURCE="aspell6-de" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$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 +}