wok diff lxpanel-extra/receipt @ rev 826

xpad + xterm: french name in desktop file
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 17 18:54:03 2008 +0200 (2008-05-17)
parents
children 8ad9a6e6b326
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxpanel-extra/receipt	Sat May 17 18:54:03 2008 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxpanel-extra"
     1.7 +VERSION="0.3.5.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="lxpanel"
    1.12 +WEB_SITE="http://www.cairographics.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p \
    1.18 +		$fs/usr/lib/lxpanel/plugins \
    1.19 +		$fs/usr/share/lxpanel/images
    1.20 +	# Plugins
    1.21 +	cp $_pkg/usr/lib/lxpanel/plugins/netstat.so \
    1.22 +		$fs/usr/lib/lxpanel/plugins
    1.23 +	cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \
    1.24 +		$fs/usr/lib/lxpanel/plugins
    1.25 +	# Images
    1.26 +	cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \
    1.27 +		$fs/usr/share/lxpanel/images
    1.28 +	cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \
    1.29 +		$fs/usr/share/lxpanel/images
    1.30 +}