wok-next diff wxdfast/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 10df65db91ad
children 5669e8b3be70
line diff
     1.1 --- a/wxdfast/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/wxdfast/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,12 +4,12 @@
     1.4  VERSION="0.6.0"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="Download Manager"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://dfast.sourceforge.net/index.html"
    1.11  
    1.12 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.13 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/dfast/$TARBALL"
    1.14 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/dfast/$TARBALL"
    1.16  
    1.17  BUILD_DEPENDS="wxWidgets28-dev"
    1.18  
    1.19 @@ -17,7 +17,7 @@
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {