wok diff lxtask/receipt @ rev 17305

python-cups: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 01 10:55:48 2014 +0100 (2014-11-01)
parents 380ffe05937a
children c73f683146cf
line diff
     1.1 --- a/lxtask/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/lxtask/receipt	Sat Nov 01 10:55:48 2014 +0100
     1.3 @@ -3,25 +3,23 @@
     1.4  PACKAGE="lxtask"
     1.5  VERSION="0.1.4"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Ssytem task manager with a nice GTK interface."
     1.8 +SHORT_DESC="System task manager with a nice GTK interface."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://lxde.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.14 +HOST_ARCH="i486 arm"
    1.15  
    1.16  DEPENDS="gtk+ xorg-libXdamage"
    1.17 -BUILD_DEPENDS="pkg-config gtk+-dev intltool gettext xorg-xproto"
    1.18 +BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.