# HG changeset patch # User Paul Issott # Date 1289502840 0 # Node ID beb52b40ec1352e7114a6d20a5a5a7e0094abc5b # Parent 83a5a446092c17dc3009b68ae1ba1c0ecba83997 Add aspell-nl diff -r 83a5a446092c -r beb52b40ec13 aspell-nl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aspell-nl/receipt Thu Nov 11 19:14:00 2010 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="aspell-nl" +VERSION="0.50-2" +CATEGORY="system-tools" +SHORT_DESC="Dutch 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/nl/$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 + cp -a $_pkg/usr/lib $fs/usr +} +