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

@@ -4,16 +4,15 @@ microcontrollers. This tool allows interfacing the stlink with GDB for easy \
programming and debugging of these chips.
"
HOMEPAGE="https://github.com/texane/stlink"
LICENSE="BSD (3-clause)"
COPYRIGHT="2011 The Capt'ns Missing Link Authors"
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="https://github.com/texane/stlink/archive/1.0.0.tar.gz"
CHECKSUM_SHA256="d80af441be2c2be8a8e431e4ff6608f7c5ae52017c590d1c04b28bf0af0a3ddb"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="https://github.com/texane/stlink/archive/1.0.0.tar.gz"
CHECKSUM_SHA256="d80af441be2c2be8a8e431e4ff6608f7c5ae52017c590d1c04b28bf0af0a3ddb"
PROVIDES="
stlink$secondaryArchSuffix = $portVersion
cmd:st_flash$secondaryArchSuffix
@@ -25,6 +24,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libusb_1.0$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libusb_1.0$secondaryArchSuffix
"