wok-6.x diff dfu-util/receipt @ rev 21173
updated libestr and libestr-dev (0.1.10 -> 0.1.11)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 16:14:06 2019 +0100 (2019-04-01) |
parents | 95d7ea8749ce |
children | 7f2789b79625 |
line diff
1.1 --- a/dfu-util/receipt Wed Nov 05 16:17:22 2014 +0100 1.2 +++ b/dfu-util/receipt Mon Apr 01 16:14:06 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