# SliTaz package receipt. PACKAGE="wbarconf" VERSION="0.7.2" CATEGORY="system-tools" SHORT_DESC="Configuration GUI for wbar written in Python and GTK" MAINTAINER="gokhlayeh@slitaz.org" DEPENDS="wbar python pygtk pygobject" WEB_SITE="http://kapsi.fi/ighea/wbarconf/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \ $fs/usr/share/pixmaps cp -a $src/wbarconf $fs/usr/bin cp -a $src/locale $fs/usr/share/locale # Add pt_BR traduction, thanks blconde. cp -a stuff/pt_BR $fs/usr/share/locale cp -a $src/messages.pot $fs/usr/share/wbarconf cp -a $src/wbarbacks $fs/usr/share/wbarconf cp -a $src/wbarconf.png $fs/usr/share/pixmaps }