wok diff xorg-xmessage/receipt @ rev 18106

Up pam (1.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:31:30 2015 +0200 (2015-06-01)
parents eb8067417980
children 814c58f64f83
line diff
     1.1 --- a/xorg-xmessage/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xmessage/receipt	Mon Jun 01 11:31:30 2015 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/app/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libXaw"
    1.10  BUILD_DEPENDS="xorg-libXaw-dev"
    1.11 @@ -17,18 +18,17 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.17 -	--mandir=/usr/share/man --localstatedir=/var \
    1.18 -	$CONFIGURE_ARGS &&
    1.19 -	make &&
    1.20 -	make DESTDIR=$DESTDIR install
    1.21 +	./configure \
    1.22 +		--sysconfdir=/etc \
    1.23 +		--localstatedir=/var \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr/share
    1.32 +	mkdir -p $fs/usr
    1.33  	cp -a $install/usr/bin $fs/usr
    1.34  }
    1.35