wok diff lxrandr/receipt @ rev 16081

ARM: add more basic Xorg pkgs and improve jwm receipt
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 19:56:28 2014 +0100 (2014-03-15)
parents a55d1788b231
children 523db8f94fcb
line diff
     1.1 --- a/lxrandr/receipt	Thu Nov 10 03:21:19 2011 +0000
     1.2 +++ b/lxrandr/receipt	Sat Mar 15 19:56:28 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="LXDE screen manager."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-xrandr"
     1.8 -BUILD_DEPENDS="gtk+-dev intltool xorg-libXrandr-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://lxde.org"
    1.12  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ xorg-xrandr"
    1.15 +BUILD_DEPENDS="gtk+-dev intltool xorg-libXrandr-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -25,15 +27,15 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR 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
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 -	cp -a $_pkg/usr/share $fs/usr
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/share $fs/usr
    1.36  
    1.37  	# Remove man & locales
    1.38  	rm -rf $fs/usr/share/man