wok annotate adeskbar/receipt @ rev 6350

Add: adeskbar 0.3.8
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Sep 20 15:44:13 2010 +0200 (2010-09-20)
parents
children f09fc143d224
rev   line source
gokhlayeh@6350 1 # SliTaz package receipt.
gokhlayeh@6350 2
gokhlayeh@6350 3 PACKAGE="adeskbar"
gokhlayeh@6350 4 VERSION="0.3.8"
gokhlayeh@6350 5 CATEGORY="system-tools"
gokhlayeh@6350 6 SHORT_DESC="Quick launch bar."
gokhlayeh@6350 7 MAINTAINER="gokhlayeh@mailoo.org"
gokhlayeh@6350 8 DEPENDS="python pygtk pycairo"
gokhlayeh@6350 9 SUGGESTED="dbus-python python-pyalsaaudio"
gokhlayeh@6350 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@6350 11 WEB_SITE="https://launchpad.net/adeskbar"
gokhlayeh@6350 12 WGET_URL="http://www.ad-comp.be/public/projets/ADeskBar/$TARBALL"
gokhlayeh@6350 13
gokhlayeh@6350 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6350 15 genpkg_rules()
gokhlayeh@6350 16 {
gokhlayeh@6350 17 src=${src%-*}
gokhlayeh@6350 18 mkdir -p $fs/usr/share/adeskbar $fs/usr/bin \
gokhlayeh@6350 19 $fs/usr/share/pixmaps $fs/usr/share/applications
gokhlayeh@6350 20 cp -a $src/src/* $fs/usr/share/adeskbar
gokhlayeh@6350 21 cp $src/src/images/adeskbar.png $fs/usr/share/pixmaps
gokhlayeh@6350 22 cp $src/adeskbar.desktop $fs/usr/share/applications
gokhlayeh@6350 23 cp $src/adeskbar.sh $fs/usr/bin/adeskbar
gokhlayeh@6350 24 }
gokhlayeh@6350 25