wok annotate adeskbar/receipt @ rev 6895

Up: adeskbar to 0.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 03:35:12 2010 +0000 (2010-10-21)
parents 000325a3db36
children af022550edde
rev   line source
gokhlayeh@6350 1 # SliTaz package receipt.
gokhlayeh@6350 2
gokhlayeh@6350 3 PACKAGE="adeskbar"
slaxemulator@6895 4 VERSION="0.4.2"
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