wok diff aspell-sl/receipt @ rev 22238

updated xorg-makedepend (1.0.4 -> 1.0.6)
author Hans-G?nter Theisgen
date Tue Nov 12 09:08:19 2019 +0100 (2019-11-12)
parents e8768e5178a6
children 095836df71b7
line diff
     1.1 --- a/aspell-sl/receipt	Sun Mar 20 19:43:39 2011 +0000
     1.2 +++ b/aspell-sl/receipt	Tue Nov 12 09:08:19 2019 +0100
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Slovenian 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  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
    1.12  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL"
    1.13  
    1.14 +DEPENDS="aspell"
    1.15 +BUILD_DEPENDS="aspell aspell-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	./configure && \
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR 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 +	cp -a $install/usr/lib/* $fs/usr/lib
    1.32  }