wok-next diff startup-notification/receipt @ rev 16263

ARM: add yad and slitaz-boxes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 08:48:26 2014 +0200 (2014-04-05)
parents a00bf44ed23d
children 62b66edb40b5
line diff
     1.1 --- a/startup-notification/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/startup-notification/receipt	Sat Apr 05 08:48:26 2014 +0200
     1.3 @@ -9,7 +9,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
     1.6  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
     1.7 -CROSS="error: cannot run test program while cross compiling"
     1.8 +#HOST_ARCH="i486 arm"
     1.9 +
    1.10 +CROSS_BUGS="error: cannot run test program while cross compiling"
    1.11  
    1.12  DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
    1.13  xorg-libXau xorg-libXdmcp"
    1.14 @@ -18,11 +20,9 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	./configure -C \
    1.20  		--prefix=/usr \
    1.21 -		--build=$HOST_SYSTEM \
    1.22 -		--host=$HOST_SYSTEM &&
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	make && make install
    1.25  }
    1.26