wok diff xorg-libxkbfile/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents eb8067417980
children 814c58f64f83
line diff
     1.1 --- a/xorg-libxkbfile/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-libxkbfile/receipt	Tue Aug 12 14:41:19 2014 -0300
     1.3 @@ -10,19 +10,20 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9 -DEPENDS="xorg-libX11"
    1.10 -BUILD_DEPENDS="xorg-libX11-dev"
    1.11 +DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp"
    1.12 +BUILD_DEPENDS="xorg-libX11-dev libxcb-dev xorg-libXau-dev xorg-libXdmcp-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -    cd $src
    1.18 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.19 -    --mandir=/usr/share/man --localstatedir=/var \
    1.20 -    $CONFIGURE_ARGS
    1.21 -    make
    1.22 -    make DESTDIR=$DESTDIR install
    1.23 +	./configure \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--localstatedir=/var \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.