Update OpenOCD pkgbuild (#2050)

* edited openocd

* Update openocd-git pkgbuild. Added ftdi dependency

* Added licence, fixed provides and conflicts

* Added licence
This commit is contained in:
Rocco Marco Guglielmi
2016-12-31 12:19:01 +01:00
committed by Алексей
parent d939c4a6c8
commit aca55eed41

View File

@@ -1,21 +1,23 @@
# Maintainer: Andrew Leech <andrew@alelec.net>
# Contributor: Ray Donnelly <mingw.android@gmail.com>
# Contributor: Rocco Marco Guglielmi <guglielmir@playembedded.org>
_realname=openocd
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.9.0.r2.g79fdeb3
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.10.0.rc1.r1.gc404ff5
pkgrel=1
pkgdesc="OpenOCD - Open On-Chip Debugger (mingw-w64)"
arch=('any')
url="http://openocd.sourceforge.net"
license=("GPLv2")
options=('!ccache')
# What about ftdi?
depends=("${MINGW_PACKAGE_PREFIX}-hidapi"
"${MINGW_PACKAGE_PREFIX}-libusb"
"${MINGW_PACKAGE_PREFIX}-libusb-compat")
"${MINGW_PACKAGE_PREFIX}-libusb-compat"
"${MINGW_PACKAGE_PREFIX}-libftdi")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"pkg-config"
"git")