wok rev 9727

xpad: clean up
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 05:50:17 2011 +0000 (2011-05-09)
parents c71f826f23cb
children eddc61466dfd
files xpad/receipt
line diff
     1.1 --- a/xpad/receipt	Mon May 09 05:34:18 2011 +0000
     1.2 +++ b/xpad/receipt	Mon May 09 05:50:17 2011 +0000
     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  }