wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="wbarconf"
4 VERSION="0.7.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Configuration GUI for wbar written in Python and GTK"
7 MAINTAINER="gokhlayeh@mailoo.org"
8 DEPENDS="wbar python pygtk pygobject"
9 WEB_SITE="http://kapsi.fi/ighea/wbarconf/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 src=${src%-*}
17 mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \
18 $fs/usr/share/pixmaps
19 cp -a $src/wbarconf $fs/usr/bin
20 cp -a $src/locale $fs/usr/share/locale
21 cp -a $src/messages.pot $fs/usr/share/wbarconf
22 cp -a $src/wbarbacks $fs/usr/share/wbarconf
23 cp -a $src/wbarconf.png $fs/usr/share/pixmaps
24 }