wok-next diff decibel/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents c022997c7a57
children
line diff
     1.1 --- a/decibel/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/decibel/receipt	Wed Feb 20 08:46:59 2019 +0100
     1.3 @@ -4,19 +4,19 @@
     1.4  VERSION="1.06"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="Decibel audio player for GNOME Desktop"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://decibel.silent-blade.org/"
    1.11  
    1.12  TARBALL="decibel-audio-player-$VERSION.tar.gz"
    1.13  WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="gettext findutils"
    1.16 +BUILD_DEPENDS="gettext-dev findutils"
    1.17  
    1.18  compile_rules() {
    1.19  	make \
    1.20  		prefix=/usr \
    1.21 -		DESTDIR=$DESTDIR \
    1.22 +		DESTDIR=$install \
    1.23  		install
    1.24  }
    1.25