wok-next view wbarconf/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents de355b69ea82
children d5aab818505e
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@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://kapsi.fi/ighea/wbarconf/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"
13 DEPENDS="wbar python python-pygtk python-pygobject2"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \
19 $fs/usr/share/pixmaps
20 cp -a $src/wbarconf $fs/usr/bin
21 cp -a $src/locale $fs/usr/share/locale
22 # Add pt_BR traduction, thanks blconde.
23 cp -a stuff/pt_BR $fs/usr/share/locale
24 cp -a $src/messages.pot $fs/usr/share/wbarconf
25 cp -a $src/wbarbacks $fs/usr/share/wbarconf
26 cp -a $src/wbarconf.png $fs/usr/share/pixmaps
27 }