wok diff aspell-it/receipt @ rev 17187

gtk+: replace stock icons by Faenza icons. Later we can remove them from slitaz-icon package in order to save some space.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 03 17:25:23 2014 +0300 (2014-10-03)
parents ca310437a4a4
children 1f42ec33c572
line diff
     1.1 --- a/aspell-it/receipt	Mon Jan 04 23:24:52 2010 +0100
     1.2 +++ b/aspell-it/receipt	Fri Oct 03 17:25:23 2014 +0300
     1.3 @@ -5,25 +5,27 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Italian aspell dictionary."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="aspell"
     1.8 -BUILD_DEPENDS="aspell aspell-dev"
     1.9 +LICENSE="GPL2"
    1.10  SOURCE="aspell6-it"
    1.11  TARBALL="$SOURCE-$VERSION.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/it/$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  	cd $src
    1.22  	./configure && \
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/lib
    1.31 -	cp -a $_pkg/usr/lib/* $fs/usr/lib
    1.32 +	cp -a $install/usr/lib/* $fs/usr/lib
    1.33  }
    1.34