wok annotate adeskbar/receipt @ rev 12579

mcabber: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 21:04:09 2012 +0200 (2012-04-28)
parents a1c1d35d9f92
children a7b54d88ae54
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@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
rocky@10897 8 DEPENDS="python pygtk pycairo gnome-menus python-xdg"
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 mkdir -p $fs/usr/share/adeskbar $fs/usr/bin \
gokhlayeh@6350 18 $fs/usr/share/pixmaps $fs/usr/share/applications
gokhlayeh@6350 19 cp -a $src/src/* $fs/usr/share/adeskbar
gokhlayeh@6350 20 cp $src/src/images/adeskbar.png $fs/usr/share/pixmaps
gokhlayeh@6350 21 cp $src/adeskbar.desktop $fs/usr/share/applications
gokhlayeh@6350 22 cp $src/adeskbar.sh $fs/usr/bin/adeskbar
gokhlayeh@6350 23 }
gokhlayeh@6350 24