[arch-commits] Commit in stlink/repos (6 files)

Anatol Pomozov anatolik at archlinux.org
Mon Feb 27 18:35:37 UTC 2017


    Date: Monday, February 27, 2017 @ 18:35:36
  Author: anatolik
Revision: 214091

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

Added:
  stlink/repos/community-testing-i686/
  stlink/repos/community-testing-i686/PKGBUILD
    (from rev 214090, stlink/trunk/PKGBUILD)
  stlink/repos/community-testing-i686/stlink.install
    (from rev 214090, stlink/trunk/stlink.install)
  stlink/repos/community-testing-x86_64/
  stlink/repos/community-testing-x86_64/PKGBUILD
    (from rev 214090, stlink/trunk/PKGBUILD)
  stlink/repos/community-testing-x86_64/stlink.install
    (from rev 214090, stlink/trunk/stlink.install)

-----------------------------------------+
 community-testing-i686/PKGBUILD         |   33 ++++++++++++++++++++++++++++++
 community-testing-i686/stlink.install   |   22 ++++++++++++++++++++
 community-testing-x86_64/PKGBUILD       |   33 ++++++++++++++++++++++++++++++
 community-testing-x86_64/stlink.install |   22 ++++++++++++++++++++
 4 files changed, 110 insertions(+)

Copied: stlink/repos/community-testing-i686/PKGBUILD (from rev 214090, stlink/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-02-27 18:35:36 UTC (rev 214091)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+# Add support for gtk3-based GUI
+depends=(libusb)
+makedepends=(cmake)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('9cdfbb24ca7665f3b7cdb39750ea51d0bd2ef5bdbc9d641011c4bd3b77980b70')
+
+build() {
+  cd stlink-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+        -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
+        -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/lib/libstlink.a
+}

Copied: stlink/repos/community-testing-i686/stlink.install (from rev 214090, stlink/trunk/stlink.install)
===================================================================
--- community-testing-i686/stlink.install	                        (rev 0)
+++ community-testing-i686/stlink.install	2017-02-27 18:35:36 UTC (rev 214091)
@@ -0,0 +1,22 @@
+msg() {
+  udevadm control --reload-rules
+  echo "You may have to reload the usb-storage module."
+  echo "To do this use"
+  echo "    modprobe -r usb-storage && modprobe usb-storage"
+}
+
+# arg 1:  the new package version
+post_install() {
+  msg
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  msg
+}
+
+# arg 1:  the old package version
+post_remove() {
+  msg
+}

Copied: stlink/repos/community-testing-x86_64/PKGBUILD (from rev 214090, stlink/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-02-27 18:35:36 UTC (rev 214091)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+# Add support for gtk3-based GUI
+depends=(libusb)
+makedepends=(cmake)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('9cdfbb24ca7665f3b7cdb39750ea51d0bd2ef5bdbc9d641011c4bd3b77980b70')
+
+build() {
+  cd stlink-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+        -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
+        -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/lib/libstlink.a
+}

Copied: stlink/repos/community-testing-x86_64/stlink.install (from rev 214090, stlink/trunk/stlink.install)
===================================================================
--- community-testing-x86_64/stlink.install	                        (rev 0)
+++ community-testing-x86_64/stlink.install	2017-02-27 18:35:36 UTC (rev 214091)
@@ -0,0 +1,22 @@
+msg() {
+  udevadm control --reload-rules
+  echo "You may have to reload the usb-storage module."
+  echo "To do this use"
+  echo "    modprobe -r usb-storage && modprobe usb-storage"
+}
+
+# arg 1:  the new package version
+post_install() {
+  msg
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  msg
+}
+
+# arg 1:  the old package version
+post_remove() {
+  msg
+}



More information about the arch-commits mailing list