wok diff xpad/receipt @ rev 10015

libxfce4ui: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 10:07:23 2011 +0200 (2011-05-19)
parents d8ff3547600c
children 36c3524c0596
line diff
     1.1 --- a/xpad/receipt	Tue Mar 01 19:10:42 2011 +0000
     1.2 +++ b/xpad/receipt	Thu May 19 10:07:23 2011 +0200
     1.3 @@ -16,18 +16,12 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		--mandir=/usr/share/man \
    1.10 -		$CONFIGURE_ARGS &&
    1.11 -	make &&
    1.12 -	make DESTDIR=$PWD/_pkg install
    1.13 +	./configure && make && make install
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/share/pixmaps
    1.20 +	mkdir -p $fs/usr
    1.21  	cp -a $_pkg/usr/bin $fs/usr
    1.22 -	cp stuff/xpad.png $fs/usr/share/pixmaps
    1.23  }