wok diff slitaz-tools/receipt @ rev 2899

Add libusb-compat (Fix build of various packages)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 05 12:00:37 2009 +0200 (2009-05-05)
parents f49b74c50582
children 30e968a1ed73
line diff
     1.1 --- a/slitaz-tools/receipt	Tue May 05 00:42:50 2009 +0200
     1.2 +++ b/slitaz-tools/receipt	Tue May 05 12:00:37 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools"
     1.7 -VERSION="2.12.1"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz tools provide installer and utils usable on termnial."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -37,6 +37,8 @@
    1.13  
    1.14  	# /rootfs/*. Firewall exemples, licenses, pixmaps and desktop files.
    1.15  	cp -a $src/rootfs/* $fs
    1.16 +	rm -rf $fs/usr/share/applications
    1.17 +	rm -rf $fs/usr/share/pixmaps
    1.18  
    1.19  	# Tinyutils and declare all config files.
    1.20  	cp -a $src/tinyutils/tazlocale $fs/sbin
    1.21 @@ -60,6 +62,9 @@
    1.22  	# Installer's
    1.23  	cp -a $src/installer/slitaz-installer $fs/usr/bin
    1.24  	cp -a $src/installer/installer.msg $fs/usr/share/slitaz/messages/en
    1.25 +	
    1.26 +	# English messages
    1.27 +	cp -a $src/messages/* $fs/usr/share/slitaz/messages/en
    1.28  
    1.29  	chown -R root.root $fs
    1.30  	chmod -R 755 $fs/usr/bin
    1.31 @@ -95,5 +100,5 @@
    1.32  	fi
    1.33  	# Remove old files
    1.34  	rm -rf $root/usr/share/slitaz-tools
    1.35 -	rm -rf /usr/share/doc/slitaz-tools
    1.36 +	rm -rf $root/usr/share/doc/slitaz-tools
    1.37  }