wok-6.x annotate adeskbar/receipt @ rev 10757
nanochess: get source in $SOURCES_REPOSITORY
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 31 11:34:51 2011 +0200 (2011-05-31) |
parents | af022550edde |
children | ea5d77dc95b3 |
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" |
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 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 |