wok diff gtkspell/receipt @ rev 22490

updated apngopt (1.2 -> 1.4)
author Hans-G?nter Theisgen
date Tue Dec 31 13:52:50 2019 +0100 (2019-12-31)
parents 380ffe05937a
children c72d83acf68f
line diff
     1.1 --- a/gtkspell/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gtkspell/receipt	Tue Dec 31 13:52:50 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.