wok-undigest diff gnome-desktop/receipt @ rev 163

Move qemu-* to wok.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 24 10:54:11 2010 +0200 (2010-08-24)
parents edd98143a7c9
children 5064d7f3a899
line diff
     1.1 --- a/gnome-desktop/receipt	Fri Mar 19 19:03:08 2010 +0100
     1.2 +++ b/gnome-desktop/receipt	Tue Aug 24 10:54:11 2010 +0200
     1.3 @@ -22,6 +22,8 @@
     1.4  		--enable-gtk-doc-html=no \
     1.5  		--enable-gtk-doc=no \
     1.6  		--disable-scrollkeeper \
     1.7 +		--disable-static \
     1.8 +		--with-gnome-distributor="SliTaz GNU/Linux" \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }
    1.12 @@ -29,7 +31,10 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.18 +	cp -a $_pkg/etc $fs
    1.19  	cp -a $_pkg/usr/bin $fs/usr
    1.20 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.22  }
    1.23