wok-6.x annotate wbarconf/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents f67fbf089a53
children af022550edde
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@5968 7 MAINTAINER="gokhlayeh@mailoo.org"
gokhlayeh@5968 8 DEPENDS="wbar python pygtk pygobject"
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
gokhlayeh@5968 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5968 14 genpkg_rules()
gokhlayeh@5968 15 {
gokhlayeh@5968 16 src=${src%-*}
gokhlayeh@5968 17 mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \
gokhlayeh@5968 18 $fs/usr/share/pixmaps
gokhlayeh@5968 19 cp -a $src/wbarconf $fs/usr/bin
gokhlayeh@5968 20 cp -a $src/locale $fs/usr/share/locale
gokhlayeh@6339 21 # Add pt_BR traduction, thanks blconde.
gokhlayeh@6339 22 cp -a stuff/pt_BR $fs/usr/share/locale
gokhlayeh@5968 23 cp -a $src/messages.pot $fs/usr/share/wbarconf
gokhlayeh@5968 24 cp -a $src/wbarbacks $fs/usr/share/wbarconf
gokhlayeh@5968 25 cp -a $src/wbarconf.png $fs/usr/share/pixmaps
gokhlayeh@5968 26 }