wok rev 20824

updated dfu-util (0.8 -> 0.9)
author Hans-G?nter Theisgen
date Tue Feb 19 15:12:19 2019 +0100 (2019-02-19)
parents e117b5db3188
children a1d1bad5f192
files dfu-util/receipt
line diff
     1.1 --- a/dfu-util/receipt	Tue Feb 19 15:04:01 2019 +0100
     1.2 +++ b/dfu-util/receipt	Tue Feb 19 15:12:19 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dfu-util"
     1.7 -VERSION="0.8"
     1.8 +VERSION="0.9"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Device Firmware Upgrade Utilities (for USB devices)."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://dfu-util.gnumonks.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://dfu-util.gnumonks.org/"
    1.17 -WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.18 +WGET_URL="http://dfu-util.sourceforge.net/releases/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="pkg-config glib libusb-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	./configure --prefix=/usr \
    1.26 +	./configure \
    1.27 +		--prefix=/usr \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install