# HG changeset patch # User Paul Issott # Date 1285184734 0 # Node ID 83e7bd2d484e6ea00e74afe9c891e9257215bd65 # Parent becabe104680b414e63c6194197cc2fbfc1b91c5 Add aspell-da diff -r becabe104680 -r 83e7bd2d484e aspell-da/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aspell-da/receipt Wed Sep 22 19:45:34 2010 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="aspell-da" +VERSION="1.4.42-1" +CATEGORY="system-tools" +SHORT_DESC="Danish aspell dictionary." +MAINTAINER="paul@slitaz.org" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" +SOURCE="aspell5-da" +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/da/$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 +} +