[arch-commits] Commit in openocd/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 28 09:59:02 UTC 2014


    Date: Monday, April 28, 2014 @ 11:59:02
  Author: spupykin
Revision: 110348

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openocd/repos/community-i686/PKGBUILD
    (from rev 110347, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
    (from rev 110347, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
    (from rev 110347, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
    (from rev 110347, openocd/trunk/openocd.install)
Deleted:
  openocd/repos/community-i686/PKGBUILD
  openocd/repos/community-i686/openocd.install
  openocd/repos/community-x86_64/PKGBUILD
  openocd/repos/community-x86_64/openocd.install

----------------------------------+
 /PKGBUILD                        |   76 +++++++++++++++++++++++++++++++++++++
 /openocd.install                 |   44 +++++++++++++++++++++
 community-i686/PKGBUILD          |   32 ---------------
 community-i686/openocd.install   |   22 ----------
 community-x86_64/PKGBUILD        |   32 ---------------
 community-x86_64/openocd.install |   22 ----------
 6 files changed, 120 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-28 09:58:50 UTC (rev 110347)
+++ community-i686/PKGBUILD	2014-04-28 09:59:02 UTC (rev 110348)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
-# Contributor: Laszlo Papp <djszapi2 at gmail com>
-# Contributor: Samuel Tardieu <sam at rfc1149.net>
-
-pkgname=openocd
-pkgver=0.8.0_rc1
-pkgrel=4
-pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
-arch=('i686' 'x86_64')
-url='http://openocd.berlios.de'
-license=('GPL')
-depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat')
-options=(!strip)
-install=openocd.install
-_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('7cbf6b556f020298eab80df94b73d52c')
-
-build() {
-  cd $pkgname-${pkgver/_/-}
-  export LIBFTDI_CFLAGS="-I/usr/include/libftdi1"
-  export LIBFTDI_LIBS="-lftdi1"
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make LIBS="-ldl -lftdi1"
-}
-
-package() {
-  cd $pkgname-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 110347, openocd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-28 09:59:02 UTC (rev 110348)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
+# Contributor: Laszlo Papp <djszapi2 at gmail com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+pkgname=openocd
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
+arch=('i686' 'x86_64')
+url='http://openocd.berlios.de'
+license=('GPL')
+depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
+
+prepare() {
+  cd $pkgname-${pkgver/_/-}
+  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  libtoolize
+  autoreconf
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
+}

Deleted: community-i686/openocd.install
===================================================================
--- community-i686/openocd.install	2014-04-28 09:58:50 UTC (rev 110347)
+++ community-i686/openocd.install	2014-04-28 09:59:02 UTC (rev 110348)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(openocd.info openocd.info-1 openocd.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openocd/repos/community-i686/openocd.install (from rev 110347, openocd/trunk/openocd.install)
===================================================================
--- community-i686/openocd.install	                        (rev 0)
+++ community-i686/openocd.install	2014-04-28 09:59:02 UTC (rev 110348)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(openocd.info openocd.info-1 openocd.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-28 09:58:50 UTC (rev 110347)
+++ community-x86_64/PKGBUILD	2014-04-28 09:59:02 UTC (rev 110348)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
-# Contributor: Laszlo Papp <djszapi2 at gmail com>
-# Contributor: Samuel Tardieu <sam at rfc1149.net>
-
-pkgname=openocd
-pkgver=0.8.0_rc1
-pkgrel=4
-pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
-arch=('i686' 'x86_64')
-url='http://openocd.berlios.de'
-license=('GPL')
-depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat')
-options=(!strip)
-install=openocd.install
-_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('7cbf6b556f020298eab80df94b73d52c')
-
-build() {
-  cd $pkgname-${pkgver/_/-}
-  export LIBFTDI_CFLAGS="-I/usr/include/libftdi1"
-  export LIBFTDI_LIBS="-lftdi1"
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make LIBS="-ldl -lftdi1"
-}
-
-package() {
-  cd $pkgname-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: openocd/repos/community-x86_64/PKGBUILD (from rev 110347, openocd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-28 09:59:02 UTC (rev 110348)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
+# Contributor: Laszlo Papp <djszapi2 at gmail com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+pkgname=openocd
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
+arch=('i686' 'x86_64')
+url='http://openocd.berlios.de'
+license=('GPL')
+depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
+
+prepare() {
+  cd $pkgname-${pkgver/_/-}
+  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  libtoolize
+  autoreconf
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
+}

Deleted: community-x86_64/openocd.install
===================================================================
--- community-x86_64/openocd.install	2014-04-28 09:58:50 UTC (rev 110347)
+++ community-x86_64/openocd.install	2014-04-28 09:59:02 UTC (rev 110348)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(openocd.info openocd.info-1 openocd.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openocd/repos/community-x86_64/openocd.install (from rev 110347, openocd/trunk/openocd.install)
===================================================================
--- community-x86_64/openocd.install	                        (rev 0)
+++ community-x86_64/openocd.install	2014-04-28 09:59:02 UTC (rev 110348)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(openocd.info openocd.info-1 openocd.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list