wok diff gtkspell/receipt @ rev 22325

updated yp-tools (2.12 -> 4.2.3)
author Hans-G?nter Theisgen
date Fri Nov 15 07:49:52 2019 +0100 (2019-11-15)
parents 380ffe05937a
children c72d83acf68f
line diff
     1.1 --- a/gtkspell/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gtkspell/receipt	Fri Nov 15 07:49:52 2019 +0100
     1.3 @@ -9,20 +9,17 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://gtkspell.sourceforge.net"
     1.6  WGET_URL="$WEB_SITE/download/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="enchant gtk+ cairo"
    1.10 -BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev"
    1.11 +BUILD_DEPENDS="enchant-dev gtk+-dev pkg-config expat-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18 -		--prefix=/usr \
    1.19 -		--infodir=/usr/share/info \
    1.20 -		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$DESTDIR install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.