Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -6,23 +6,21 @@ micro-controller boards to mobile phones. Using dfu-util you can download \
firmware to your DFU-enabled device or upload firmware from it. dfu-util has \
been tested with the Openmoko Neo1973 and Freerunner and many other devices."
HOMEPAGE="http://dfu-util.sourceforge.net"
ARCHITECTURES="x86_gcc2"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2010-2012 Stefan Schmidt"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="${HOMEPAGE}/releases/dfu-util-$portVersion.tar.gz"
CHECKSUM_SHA256="55cbde9be12a212bd84bce9d1e63941d9a16139ed0d4912401367eba1502f058"
SOURCE_DIR="dfu-util-$portVersion"
PATCHES="dfu_util-$portVersion.patchset"
ARCHITECTURES="x86_gcc2"
PROVIDES="
dfu_util = $portVersion
cmd:dfu_suffix
cmd:dfu_util
"
REQUIRES="
haiku
lib:libusb_1.0
@@ -31,7 +29,6 @@ REQUIRES="
BUILD_REQUIRES="
devel:libusb_1.0
"
BUILD_PREREQUIRES="
haiku_devel
cmd:awk