wok diff wbarconf/receipt @ rev 6057

putty: Upgrade to 0.60-2010-08-03
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 19 21:53:57 2010 +0000 (2010-08-19)
parents
children 1e834fa0b8b5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wbarconf/receipt	Thu Aug 19 21:53:57 2010 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wbarconf"
     1.7 +VERSION="0.7.2"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Configuration GUI for wbar written in Python and GTK"
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="wbar python pygtk pygobject"
    1.12 +WEB_SITE="http://kapsi.fi/ighea/wbarconf/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	src=${src%-*}
    1.20 +	mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \
    1.21 +		$fs/usr/share/pixmaps
    1.22 +	cp -a $src/wbarconf $fs/usr/bin
    1.23 +	cp -a $src/locale $fs/usr/share/locale
    1.24 +	cp -a $src/messages.pot $fs/usr/share/wbarconf
    1.25 +	cp -a $src/wbarbacks $fs/usr/share/wbarconf
    1.26 +	cp -a $src/wbarconf.png $fs/usr/share/pixmaps
    1.27 +}