wok diff radiotray/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 7390f8de9846
children e919c5a2742d
line diff
     1.1 --- a/radiotray/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/radiotray/receipt	Mon Apr 27 09:29:39 2020 +0000
     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  }