wok diff clearlooks/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents eb8067417980
children d8c511e24c20
line diff
     1.1 --- a/clearlooks/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/clearlooks/receipt	Sun Jul 13 13:06:14 2014 -0300
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://clearlooks.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gtk+ xorg-libXdamage"
    1.10  BUILD_DEPENDS="pkg-config file gtk+-dev"
    1.11 @@ -16,14 +17,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.