wok rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 08a3c649e683
children 557291b407c6
files mercurial/receipt xorg-xkill/receipt xorg-xprop/receipt xorg-xwininfo/receipt
line diff
     1.1 --- a/mercurial/receipt	Thu Apr 10 19:44:57 2014 +0200
     1.2 +++ b/mercurial/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -10,7 +10,6 @@
     1.4  WEB_SITE="http://mercurial.selenic.com/"
     1.5  WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL"
     1.6  CONFIG_FILES="/etc/mercurial/hgweb.config"
     1.7 -HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python patch libssl"
    1.10  BUILD_DEPENDS="python-dev patch openssl-dev"
     2.1 --- a/xorg-xkill/receipt	Thu Apr 10 19:44:57 2014 +0200
     2.2 +++ b/xorg-xkill/receipt	Thu Apr 10 19:50:37 2014 +0200
     2.3 @@ -10,6 +10,7 @@
     2.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     2.5  WEB_SITE="http://www.x.org/"
     2.6  WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  DEPENDS="xorg-libXmu"
    2.10  BUILD_DEPENDS="xorg-libXmu-dev"
    2.11 @@ -17,11 +18,9 @@
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14  {
    2.15 -	cd $src
    2.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.18 -	make &&
    2.19 -	make DESTDIR=$DESTDIR install
    2.20 +	./configure \
    2.21 +		$CONFIGURE_ARGS &&
    2.22 +	make && make install
    2.23  }
    2.24  
    2.25  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/xorg-xprop/receipt	Thu Apr 10 19:44:57 2014 +0200
     3.2 +++ b/xorg-xprop/receipt	Thu Apr 10 19:50:37 2014 +0200
     3.3 @@ -10,6 +10,7 @@
     3.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     3.5  WEB_SITE="http://www.x.org/"
     3.6  WGET_URL="$XORG_MIRROR/app/$TARBALL"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  DEPENDS="xorg-libX11"
    3.10  BUILD_DEPENDS="xorg-libX11-dev"
    3.11 @@ -17,11 +18,9 @@
    3.12  # Rules to configure and make the package.
    3.13  compile_rules()
    3.14  {
    3.15 -	cd $src
    3.16 -	./configure --prefix=/usr --mandir=/usr/share/man \
    3.17 -	$CONFIGURE_ARGS &&
    3.18 -	make &&
    3.19 -	make DESTDIR=$DESTDIR install
    3.20 +	./configure \
    3.21 +		$CONFIGURE_ARGS &&
    3.22 +	make && make install
    3.23  }
    3.24  
    3.25  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/xorg-xwininfo/receipt	Thu Apr 10 19:44:57 2014 +0200
     4.2 +++ b/xorg-xwininfo/receipt	Thu Apr 10 19:50:37 2014 +0200
     4.3 @@ -19,13 +19,9 @@
     4.4  # Rules to configure and make the package.ls sr	
     4.5  compile_rules()
     4.6  {
     4.7 -	cd $src
     4.8  	./configure \
     4.9 -		--prefix=/usr \
    4.10 -		--mandir=/usr/share/man \
    4.11  		$CONFIGURE_ARGS &&
    4.12 -	make &&
    4.13 -	make DESTDIR=$DESTDIR install
    4.14 +	make && make install
    4.15  }
    4.16  
    4.17  # Rules to gen a SliTaz package suitable for Tazpkg.