# HG changeset patch # User Paul Issott # Date 1233172886 0 # Node ID 5547544d23e8a758ef8d9d9399544ec5fc013ba1 # Parent 474dcad1ab6a47c4689a1a98531b594f6ae033a8 Add: aspell-en diff -r 474dcad1ab6a -r 5547544d23e8 aspell-dev/receipt --- a/aspell-dev/receipt Wed Jan 28 19:56:00 2009 +0000 +++ b/aspell-dev/receipt Wed Jan 28 20:01:26 2009 +0000 @@ -16,4 +16,4 @@ cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 -} \ No newline at end of file +} diff -r 474dcad1ab6a -r 5547544d23e8 aspell-en/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aspell-en/receipt Wed Jan 28 20:01:26 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="aspell-en" +VERSION="6.0-0" +CATEGORY="system-tools" +SHORT_DESC="English aspell dictionary." +MAINTAINER="paul@slitaz.org" +DEPENDS="aspell" +BUILD_DEPENDS="aspell aspell-dev" +SOURCE="aspell6-en" +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/en/$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 +}