wok diff xorg-libXp/receipt @ rev 18996

Up and Add Info (description) files and acpid correct weblink
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 03:33:36 2016 -0300 (2016-03-19)
parents eb8067417980
children 814c58f64f83
line diff
     1.1 --- a/xorg-libXp/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-libXp/receipt	Sat Mar 19 03:33:36 2016 -0300
     1.3 @@ -11,7 +11,7 @@
     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 -CROSS="bug: can not run test programm"
     1.8 +HOST_ARCH="i486 arm"
     1.9  
    1.10  DEPENDS="xorg-libXext"
    1.11  BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"
    1.12 @@ -21,8 +21,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -		--build=$HOST_SYSTEM \
    1.17 -		--host=$HOST_SYSTEM &&
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }
    1.21