wok-6.x diff decibel/receipt @ rev 21512
updated nagios-plugins (1.4.16 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 03 12:54:18 2019 +0100 (2019-05-03) |
parents | 47439c60021f |
children | 1bf2e81fd62f |
line diff
1.1 --- a/decibel/receipt Tue Jun 07 00:26:09 2011 +0000 1.2 +++ b/decibel/receipt Fri May 03 12:54:18 2019 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Decibel audio player for Gnome Desktop." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 1.8 -BUILD_DEPENDS="gettext" 1.9 +LICENSE="GPL2" 1.10 SOURCE="$PACKAGE-audio-player" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://decibel.silent-blade.org/" 1.13 WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" 1.14 1.15 +DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 1.16 +BUILD_DEPENDS="gettext" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -25,9 +27,9 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/share 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/share/$SOURCE $fs/usr/share 1.27 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.28 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/share/$SOURCE $fs/usr/share 1.31 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.32 + cp -a $install/usr/share/applications $fs/usr/share 1.33 } 1.34