wok-current view radiotray/receipt @ rev 12079
Add notification-daemon so notify-send from libnotify works if daemon is started with X session
| author | Christophe Lincoln <pankso@slitaz.org> | 
|---|---|
| date | Fri Mar 09 13:48:49 2012 +0100 (2012-03-09) | 
| parents | |
| children | 466928a78475 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="radiotray"
     4 VERSION="0.6.1"
     5 CATEGORY="multimedia"
     6 SHORT_DESC="Online radio streaming player that runs on system tray."
     7 MAINTAINER="pankso@slitaz.org"
     8 DEPENDS="python python-lxml"
     9 BUILD_DEPENDS="python python-dev python-xdg"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WEB_SITE="http://radiotray.sourceforge.net/"
    12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	cd $src
    18 	python setup.py install --prefix=/usr --root=$PWD/_pkg 
    19 }
    21 # Rules to gen a SliTaz package suitable for Tazpkg.
    22 genpkg_rules()
    23 {
    24 	mkdir -p $fs/usr/share
    25 	cp -a $_pkg/usr/bin $fs/usr
    26 	cp -a $_pkg/usr/lib $fs/usr
    27 	cp -a $_pkg/usr/share/radiotray $fs/usr/share
    28 }