wok diff lxappearance/receipt @ rev 16757

Up sshfs-fuse (2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 20:36:28 2014 +0200 (2014-06-16)
parents 380ffe05937a
children c9e270dd464f
line diff
     1.1 --- a/lxappearance/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/lxappearance/receipt	Mon Jun 16 20:36:28 2014 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxappearance"
     1.7 -VERSION="0.5.2"
     1.8 +VERSION="0.5.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Desktop setting configuration utility from LXDE."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://lxde.sourceforge.net/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.17 +HOST_ARCH="i486 arm"
    1.18  
    1.19  DEPENDS="gtk+"
    1.20  BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
    1.21 @@ -16,10 +17,10 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
    1.27 -	make &&
    1.28 -	make install
    1.29 +	./configure \
    1.30 +		--sysconfdir=/etc \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make && make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.