wok rev 21826

updated radiotray (0.6.1 -> 0.7.3)
author Hans-G?nter Theisgen
date Fri Sep 13 15:17:58 2019 +0100 (2019-09-13)
parents ccbeea36a6bc
children 3a2ef541e2a9
files radiotray/receipt
line diff
     1.1 --- a/radiotray/receipt	Wed Sep 11 10:54:36 2019 +0200
     1.2 +++ b/radiotray/receipt	Fri Sep 13 15:17:58 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  }