wok-next diff xorg-xcompmgr/receipt @ rev 12468

Add lxappearance-obconf (Openbox config via lxappearance)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 22 19:50:31 2012 +0200 (2012-04-22)
parents 111b3686c5e9
children fae364445e65
line diff
     1.1 --- a/xorg-xcompmgr/receipt	Thu Jan 20 01:26:55 2011 +0000
     1.2 +++ b/xorg-xcompmgr/receipt	Sun Apr 22 19:50:31 2012 +0200
     1.3 @@ -5,27 +5,27 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X composite manager."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender"
     1.8 -BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libXrender-dev"
     1.9  SOURCE="xcompmgr"
    1.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.x.org/"
    1.12  WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    1.13  
    1.14 +DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender"
    1.15 +BUILD_DEPENDS="xorg-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -    cd $src
    1.21 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.22 -    --mandir=/usr/share/man --localstatedir=/var \
    1.23 -    $CONFIGURE_ARGS &&
    1.24 -    make &&
    1.25 -    make DESTDIR=$PWD/_pkg install
    1.26 +	cd $src
    1.27 +	./configure \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $_pkg/usr/bin $fs/usr
    1.37 +	mkdir -p $fs/usr $fs/etc/xdg
    1.38 +	cp -r $install/usr/bin $fs/usr
    1.39 +	cp -r $stuff/autostart $fs/etc/xdg
    1.40  }