wok-next annotate wbarconf/receipt @ rev 20872
perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 04 02:05:23 2018 +0300 (2018-07-04) |
parents | a1c1d35d9f92 |
children | de355b69ea82 |
rev | line source |
---|---|
gokhlayeh@5968 | 1 # SliTaz package receipt. |
gokhlayeh@5968 | 2 |
gokhlayeh@5968 | 3 PACKAGE="wbarconf" |
gokhlayeh@5968 | 4 VERSION="0.7.2" |
gokhlayeh@5968 | 5 CATEGORY="system-tools" |
gokhlayeh@5968 | 6 SHORT_DESC="Configuration GUI for wbar written in Python and GTK" |
gokhlayeh@7034 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15363 | 8 LICENSE="GPL3" |
gokhlayeh@5968 | 9 WEB_SITE="http://kapsi.fi/ighea/wbarconf/" |
gokhlayeh@5968 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
gokhlayeh@5968 | 11 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL" |
gokhlayeh@5968 | 12 |
pascal@15363 | 13 DEPENDS="wbar python pygtk pygobject" |
pascal@15363 | 14 |
gokhlayeh@5968 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@5968 | 16 genpkg_rules() |
gokhlayeh@5968 | 17 { |
gokhlayeh@5968 | 18 mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \ |
gokhlayeh@5968 | 19 $fs/usr/share/pixmaps |
gokhlayeh@5968 | 20 cp -a $src/wbarconf $fs/usr/bin |
gokhlayeh@5968 | 21 cp -a $src/locale $fs/usr/share/locale |
gokhlayeh@6339 | 22 # Add pt_BR traduction, thanks blconde. |
gokhlayeh@6339 | 23 cp -a stuff/pt_BR $fs/usr/share/locale |
gokhlayeh@5968 | 24 cp -a $src/messages.pot $fs/usr/share/wbarconf |
gokhlayeh@5968 | 25 cp -a $src/wbarbacks $fs/usr/share/wbarconf |
gokhlayeh@5968 | 26 cp -a $src/wbarconf.png $fs/usr/share/pixmaps |
gokhlayeh@5968 | 27 } |