wok diff xorg-xinit/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents 94c875a8a7ee
children 277a89773ba6
line diff
     1.1 --- a/xorg-xinit/receipt	Wed Oct 26 20:59:31 2011 +0000
     1.2 +++ b/xorg-xinit/receipt	Wed Apr 23 15:29:12 2014 +0200
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X.org initialization program"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="xinit"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10 -DEPENDS="xorg-xauth"
    1.11 -BUILD_DEPENDS="xorg-libXmu-dev"
    1.12  WEB_SITE="http://xorg.freedesktop.org/"
    1.13  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.14  TAGS="utility xorg"
    1.15  
    1.16 +DEPENDS="xorg-xauth"
    1.17 +BUILD_DEPENDS="xorg-libXmu-dev"
    1.18 +
    1.19  # Rules to configure and make the package.ls sr	
    1.20  compile_rules()
    1.21  {
    1.22 @@ -23,14 +25,14 @@
    1.23  		--mandir=/usr/share/man \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make XINITDIR=/etc/X11/xinit &&
    1.26 -	make XINITDIR=/etc/X11/xinit DESTDIR=$PWD/_pkg install
    1.27 +	make XINITDIR=/etc/X11/xinit DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr $fs/etc/X11/xinit
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36  	cp -a $stuff/xserverrc $fs/etc/X11/xinit/xserverrc
    1.37  }
    1.38