wok annotate radiotray/receipt @ rev 20342
typos
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Jun 08 09:50:56 2018 +0000 (2018-06-08) |
parents | 02efefc5d9de |
children | f6d46bb4521b |
rev | line source |
---|---|
pascal@11227 | 1 # SliTaz package receipt. |
pascal@11227 | 2 |
pascal@11227 | 3 PACKAGE="radiotray" |
pascal@11227 | 4 VERSION="0.6.1" |
pascal@11227 | 5 CATEGORY="multimedia" |
pascal@11227 | 6 SHORT_DESC="Online radio streaming player that runs on system tray." |
pascal@11227 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15003 | 8 LICENSE="GPL" |
pascal@11227 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11227 | 10 WEB_SITE="http://radiotray.sourceforge.net/" |
pascal@11227 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@11227 | 12 |
pascal@15003 | 13 DEPENDS="python python-lxml gst-python" |
pascal@15003 | 14 BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" |
pascal@15003 | 15 |
pascal@11227 | 16 # Rules to configure and make the package. |
pascal@11227 | 17 compile_rules() |
pascal@11227 | 18 { |
pascal@15003 | 19 python setup.py install --prefix=/usr --root=$DESTDIR |
pascal@11227 | 20 } |
pascal@11227 | 21 |
pascal@11227 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11227 | 23 genpkg_rules() |
pascal@11227 | 24 { |
pascal@11227 | 25 mkdir -p $fs/usr/share |
pascal@15003 | 26 cp -a $install/usr/bin $fs/usr |
pascal@15003 | 27 cp -a $install/usr/lib $fs/usr |
pascal@15003 | 28 cp -a $install/usr/share/radiotray $fs/usr/share |
pascal@11227 | 29 } |