wok diff aspell-es/receipt @ rev 15634

Add SpeedCrunch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 09 17:44:36 2013 +0200 (2013-12-09)
parents be13f25e790b
children 128aae84d74c
line diff
     1.1 --- a/aspell-es/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/aspell-es/receipt	Mon Dec 09 17:44:36 2013 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Spanish aspell dictionary."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="aspell"
     1.8 -BUILD_DEPENDS="aspell aspell-dev"
     1.9 +LICENSE="GPL2"
    1.10  SOURCE="aspell6-es"
    1.11  TARBALL="$SOURCE-$VERSION-2.tar.bz2"
    1.12  WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
    1.13  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL"
    1.14  
    1.15 +DEPENDS="aspell"
    1.16 +BUILD_DEPENDS="aspell aspell-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -24,5 +26,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/lib/* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/* $fs/usr/lib
    1.27  }