wok-6.x diff aspell-es/receipt @ rev 7579
Up: firefox to 3.6.13.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 09 14:42:29 2010 +0000 (2010-12-09) |
parents | 91149853c647 |
children | be13f25e790b |
line diff
1.1 --- a/aspell-es/receipt Thu Jan 29 20:09:25 2009 +0000 1.2 +++ b/aspell-es/receipt Thu Dec 09 14:42:29 2010 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aspell-es" 1.7 -VERSION="1.9a-1" 1.8 +VERSION="1.11" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Spanish aspell dictionary." 1.11 MAINTAINER="paul@slitaz.org" 1.12 DEPENDS="aspell" 1.13 BUILD_DEPENDS="aspell aspell-dev" 1.14 SOURCE="aspell6-es" 1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 +TARBALL="$SOURCE-$VERSION-2.tar.bz2" 1.17 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.18 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 + src=$WOK/$PACKAGE/$SOURCE-$VERSION-2 1.24 cd $src 1.25 ./configure && \ 1.26 make && make DESTDIR=$PWD/_pkg install 1.27 @@ -23,6 +24,7 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 + _pkg=$WOK/$PACKAGE/$SOURCE-$VERSION-2/_pkg 1.32 mkdir -p $fs/usr/lib 1.33 cp -a $_pkg/usr/lib/* $fs/usr/lib 1.34 }