wok-6.x diff decibel/receipt @ rev 23623
Update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 14 16:56:01 2020 +0000 (2020-04-14) |
parents | eb8067417980 |
children | a6b997a82f39 |
line diff
1.1 --- a/decibel/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/decibel/receipt Tue Apr 14 16:56:01 2020 +0000 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="decibel" 1.7 -VERSION="1.06" 1.8 +VERSION="1.08" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Decibel audio player for Gnome Desktop." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://decibel.fingelrest.net/" 1.14 + 1.15 SOURCE="$PACKAGE-audio-player" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://decibel.silent-blade.org/" 1.18 -WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" 1.19 +WGET_URL="${WEB_SITE}uploads/Main/$TARBALL" 1.20 1.21 -DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 1.22 -BUILD_DEPENDS="gettext" 1.23 +DEPENDS="dbus-python gst-python mutagen notify-python pygtk python" 1.24 +BUILD_DEPENDS="findutils gettext" 1.25 + # findutils is needed to install locale files 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - # needed to install locale files 1.32 - [ -L /usr/bin/find ]; tazpkg get-install findutils --forced 1.33 make prefix=/usr DESTDIR=$DESTDIR install 1.34 } 1.35 1.36 @@ -27,9 +26,9 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr/share 1.40 - cp -a $install/usr/bin $fs/usr 1.41 - cp -a $install/usr/share/$SOURCE $fs/usr/share 1.42 - cp -a $install/usr/share/pixmaps $fs/usr/share 1.43 - cp -a $install/usr/share/applications $fs/usr/share 1.44 + 1.45 + cp -a $install/usr/bin $fs/usr 1.46 + cp -a $install/usr/share/$SOURCE $fs/usr/share 1.47 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.48 + cp -a $install/usr/share/applications $fs/usr/share 1.49 } 1.50 -