wok rev 4716
Add: aspell-cs, aspell-hu, aspell-id, aspell-it, aspell-ru, aspell-sl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jan 04 23:24:52 2010 +0100 (2010-01-04) |
parents | bf4849590555 |
children | 031f6e973842 |
files | aspell-cs/receipt aspell-hu/receipt aspell-id/receipt aspell-it/receipt aspell-ru/receipt aspell-sl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/aspell-cs/receipt Mon Jan 04 23:24:52 2010 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="aspell-cs" 1.7 +VERSION="20040614-1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Czech aspell dictionary." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="aspell" 1.12 +BUILD_DEPENDS="aspell aspell-dev" 1.13 +SOURCE="aspell6-cs" 1.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/cs/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure && \ 1.23 + make && make DESTDIR=$PWD/_pkg install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/lib 1.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 1.31 +} 1.32 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/aspell-hu/receipt Mon Jan 04 23:24:52 2010 +0100 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="aspell-hu" 2.7 +VERSION="0.99.4.2-0" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="Hungarian aspell dictionary." 2.10 +MAINTAINER="erjo@slitaz.org" 2.11 +DEPENDS="aspell" 2.12 +BUILD_DEPENDS="aspell aspell-dev" 2.13 +SOURCE="aspell6-hu" 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/hu/$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 +} 2.32 + 2.33 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/aspell-id/receipt Mon Jan 04 23:24:52 2010 +0100 3.3 @@ -0,0 +1,30 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="aspell-id" 3.7 +VERSION="1.2-0" 3.8 +CATEGORY="system-tools" 3.9 +SHORT_DESC="Indonesian aspell dictionary." 3.10 +MAINTAINER="erjo@slitaz.org" 3.11 +DEPENDS="aspell" 3.12 +BUILD_DEPENDS="aspell aspell-dev" 3.13 +SOURCE="aspell5-id" 3.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 3.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 3.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/id/$TARBALL" 3.17 + 3.18 +# Rules to configure and make the package. 3.19 +compile_rules() 3.20 +{ 3.21 + cd $src 3.22 + ./configure && \ 3.23 + make && make DESTDIR=$PWD/_pkg install 3.24 +} 3.25 + 3.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.27 +genpkg_rules() 3.28 +{ 3.29 + mkdir -p $fs/usr/lib 3.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 3.31 +} 3.32 + 3.33 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/aspell-it/receipt Mon Jan 04 23:24:52 2010 +0100 4.3 @@ -0,0 +1,29 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="aspell-it" 4.7 +VERSION="2.2_20050523-0" 4.8 +CATEGORY="system-tools" 4.9 +SHORT_DESC="Italian aspell dictionary." 4.10 +MAINTAINER="erjo@slitaz.org" 4.11 +DEPENDS="aspell" 4.12 +BUILD_DEPENDS="aspell aspell-dev" 4.13 +SOURCE="aspell6-it" 4.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 4.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 4.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/it/$TARBALL" 4.17 + 4.18 +# Rules to configure and make the package. 4.19 +compile_rules() 4.20 +{ 4.21 + cd $src 4.22 + ./configure && \ 4.23 + make && make DESTDIR=$PWD/_pkg install 4.24 +} 4.25 + 4.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 +genpkg_rules() 4.28 +{ 4.29 + mkdir -p $fs/usr/lib 4.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 4.31 +} 4.32 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/aspell-ru/receipt Mon Jan 04 23:24:52 2010 +0100 5.3 @@ -0,0 +1,28 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="aspell-ru" 5.7 +VERSION="0.99f7-1" 5.8 +CATEGORY="system-tools" 5.9 +SHORT_DESC="Russian aspell dictionary." 5.10 +MAINTAINER="erjo@slitaz.org" 5.11 +DEPENDS="aspell" 5.12 +BUILD_DEPENDS="aspell aspell-dev" 5.13 +SOURCE="aspell6-ru" 5.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 5.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 5.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/ru/$TARBALL" 5.17 + 5.18 +# Rules to configure and make the package. 5.19 +compile_rules() 5.20 +{ 5.21 + cd $src 5.22 + ./configure && \ 5.23 + make && make DESTDIR=$PWD/_pkg install 5.24 +} 5.25 + 5.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.27 +genpkg_rules() 5.28 +{ 5.29 + mkdir -p $fs/usr/lib 5.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 5.31 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/aspell-sl/receipt Mon Jan 04 23:24:52 2010 +0100 6.3 @@ -0,0 +1,28 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="aspell-sl" 6.7 +VERSION="0.50-0" 6.8 +CATEGORY="system-tools" 6.9 +SHORT_DESC="Slovenian aspell dictionary." 6.10 +MAINTAINER="erjo@slitaz.org" 6.11 +DEPENDS="aspell" 6.12 +BUILD_DEPENDS="aspell aspell-dev" 6.13 +SOURCE="aspell-sl" 6.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 6.15 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 6.16 +WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL" 6.17 + 6.18 +# Rules to configure and make the package. 6.19 +compile_rules() 6.20 +{ 6.21 + cd $src 6.22 + ./configure && \ 6.23 + make && make DESTDIR=$PWD/_pkg install 6.24 +} 6.25 + 6.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.27 +genpkg_rules() 6.28 +{ 6.29 + mkdir -p $fs/usr/lib 6.30 + cp -a $_pkg/usr/lib/* $fs/usr/lib 6.31 +}