wok-current diff radiotray/receipt @ rev 22432
Add sshrc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 21 11:45:45 2019 +0100 (2019-12-21) |
parents | 7390f8de9846 |
children | e919c5a2742d |
line diff
1.1 --- a/radiotray/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/radiotray/receipt Sat Dec 21 11:45:45 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="radiotray" 1.7 -VERSION="0.6.1" 1.8 +VERSION="0.7.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Online radio streaming player that runs on system tray." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="http://radiotray.sourceforge.net/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://radiotray.sourceforge.net/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -DEPENDS="python python-lxml gst-python" 1.20 -BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" 1.21 +DEPENDS="gst-python python python-lxml" 1.22 +BUILD_DEPENDS="gst-python-dev python python-dev python-xdg" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -23,7 +24,8 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/share 1.30 - cp -a $install/usr/bin $fs/usr 1.31 - cp -a $install/usr/lib $fs/usr 1.32 - cp -a $install/usr/share/radiotray $fs/usr/share 1.33 + 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/share/radiotray $fs/usr/share 1.37 }