wok-4.x rev 2099
Add: aspell-en
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Jan 28 20:01:26 2009 +0000 (2009-01-28) |
parents | 474dcad1ab6a |
children | 9094f0753f3b |
files | aspell-dev/receipt aspell-en/receipt |
line diff
1.1 --- a/aspell-dev/receipt Wed Jan 28 19:56:00 2009 +0000 1.2 +++ b/aspell-dev/receipt Wed Jan 28 20:01:26 2009 +0000 1.3 @@ -16,4 +16,4 @@ 1.4 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.5 cp -a $_pkg/usr/include $fs/usr 1.6 cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 1.7 -} 1.8 \ No newline at end of file 1.9 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/aspell-en/receipt Wed Jan 28 20:01:26 2009 +0000 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="aspell-en" 2.7 +VERSION="6.0-0" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="English aspell dictionary." 2.10 +MAINTAINER="paul@slitaz.org" 2.11 +DEPENDS="aspell" 2.12 +BUILD_DEPENDS="aspell aspell-dev" 2.13 +SOURCE="aspell6-en" 2.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 2.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + ./configure && \ 2.23 + make && make DESTDIR=$PWD/_pkg install 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs/usr/lib 2.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 2.31 +}