wok-next view wbarconf/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d5aab818505e |
children |
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="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://store.kde.org/p/1130050/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"
14 DEPENDS="wbar python python-pygtk python-pygobject2"
16 genpkg_rules() {
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 # Add pt_BR traduction, thanks blconde.
22 cp -a $stuff/pt_BR $fs/usr/share/locale
23 cp -a $src/messages.pot $fs/usr/share/wbarconf
24 cp -a $src/wbarbacks $fs/usr/share/wbarconf
25 cp -a $src/wbarconf.png $fs/usr/share/pixmaps
26 }