summaryrefslogtreecommitdiff
path: root/community/openocd/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-06 11:13:51 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-06 11:13:51 +0200
commita86ff663185661ee304bb1f6d00d982102dd706d (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/openocd/PKGBUILD
parentce32dcab8e4baa2afe51fd3b7a858a840372b0a5 (diff)
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apitrace/PKGBUILD community/mksh/PKGBUILD community/net6/PKGBUILD community/xapian-core/PKGBUILD extra/garcon/PKGBUILD extra/mesa/PKGBUILD extra/scim/PKGBUILD extra/virtuoso/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfwm4/PKGBUILD
Diffstat (limited to 'community/openocd/PKGBUILD')
-rw-r--r--community/openocd/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/openocd/PKGBUILD b/community/openocd/PKGBUILD
index 807f3888d..e8e28114f 100644
--- a/community/openocd/PKGBUILD
+++ b/community/openocd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 80930 2012-12-07 05:30:32Z bpiotrowski $
+# $Id: PKGBUILD 89932 2013-05-05 20:07:45Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Matthias Bauch <matthias.bauch@gmail.com>
# Contributor: Laszlo Papp <djszapi2 at gmail com>
# Contributor: Samuel Tardieu <sam@rfc1149.net>
pkgname=openocd
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
arch=('i686' 'x86_64' 'mips64el')
url='http://openocd.berlios.de'
@@ -15,17 +15,17 @@ depends=('libftdi')
options=(!strip !libtool)
install=openocd.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('946421efc2414ff89bdaf3f588b230f8')
+sha256sums=('52237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e63')
-_features=(amtjtagaccel arm-jtag-ew buspirate ep93xxat91rm9200gw16012 ft2232_libftdi ftdi jlink oocd_trace parport presto_libftdi rlink stlink ulink usbprog vsllink)
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ft2232_libftdi ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
}