[arch-commits] Commit in stlink/repos (8 files)
Anatol Pomozov
anatolik at archlinux.org
Fri Apr 3 15:28:52 UTC 2015
Date: Friday, April 3, 2015 @ 17:28:51
Author: anatolik
Revision: 130573
archrelease: copy trunk to community-i686, community-x86_64
Added:
stlink/repos/community-i686/PKGBUILD
(from rev 130572, stlink/trunk/PKGBUILD)
stlink/repos/community-i686/stlink.install
(from rev 130572, stlink/trunk/stlink.install)
stlink/repos/community-x86_64/PKGBUILD
(from rev 130572, stlink/trunk/PKGBUILD)
stlink/repos/community-x86_64/stlink.install
(from rev 130572, stlink/trunk/stlink.install)
Deleted:
stlink/repos/community-i686/PKGBUILD
stlink/repos/community-i686/stlink.install
stlink/repos/community-x86_64/PKGBUILD
stlink/repos/community-x86_64/stlink.install
---------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++
/stlink.install | 46 ++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 -------------------
community-i686/stlink.install | 23 -------------
community-x86_64/PKGBUILD | 33 -------------------
community-x86_64/stlink.install | 23 -------------
6 files changed, 112 insertions(+), 112 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-03 15:27:47 UTC (rev 130572)
+++ community-i686/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=stlink
-pkgrel=1
-pkgver=1.1.0
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(i686 x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-depends=(libusb)
-install=stlink.install
-source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
-
-build() {
- cd stlink-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd stlink-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 stlink_v1.modprobe.conf "$pkgdir"/usr/lib/modprobe.d/stlink_v1.modprobe.conf
- install -Dm644 49-stlinkv1.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv1.rules
- install -Dm644 49-stlinkv2.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv2.rules
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-}
Copied: stlink/repos/community-i686/PKGBUILD (from rev 130572, stlink/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgrel=1
+pkgver=1.1.0
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+depends=(libusb)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
+
+build() {
+ cd stlink-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd stlink-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 stlink_v1.modprobe.conf "$pkgdir"/usr/lib/modprobe.d/stlink_v1.modprobe.conf
+ install -Dm644 49-stlinkv1.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv1.rules
+ install -Dm644 49-stlinkv2.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv2.rules
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+}
Deleted: community-i686/stlink.install
===================================================================
--- community-i686/stlink.install 2015-04-03 15:27:47 UTC (rev 130572)
+++ community-i686/stlink.install 2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,23 +0,0 @@
-msg() {
-# modprobe -r usb-storage && modprobe usb-storage
- 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-i686/stlink.install (from rev 130572, stlink/trunk/stlink.install)
===================================================================
--- community-i686/stlink.install (rev 0)
+++ community-i686/stlink.install 2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,23 @@
+msg() {
+# modprobe -r usb-storage && modprobe usb-storage
+ 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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-03 15:27:47 UTC (rev 130572)
+++ community-x86_64/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=stlink
-pkgrel=2
-pkgver=1.0.0
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(i686 x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-depends=(libusb)
-install=stlink.install
-source=(https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('09e676948adda9fd354d0a07584ad5884bc7f8e36ddb6b2f39b2211056b7263a')
-
-build() {
- cd stlink-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd stlink-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 stlink_v1.modprobe.conf "$pkgdir"/usr/lib/modprobe.d/stlink_v1.modprobe.conf
- install -Dm644 49-stlinkv1.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv1.rules
- install -Dm644 49-stlinkv2.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv2.rules
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-}
Copied: stlink/repos/community-x86_64/PKGBUILD (from rev 130572, stlink/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgrel=1
+pkgver=1.1.0
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+depends=(libusb)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
+
+build() {
+ cd stlink-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd stlink-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 stlink_v1.modprobe.conf "$pkgdir"/usr/lib/modprobe.d/stlink_v1.modprobe.conf
+ install -Dm644 49-stlinkv1.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv1.rules
+ install -Dm644 49-stlinkv2.rules "$pkgdir"/usr/lib/udev/rules.d/49-stlinkv2.rules
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+}
Deleted: community-x86_64/stlink.install
===================================================================
--- community-x86_64/stlink.install 2015-04-03 15:27:47 UTC (rev 130572)
+++ community-x86_64/stlink.install 2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,23 +0,0 @@
-msg() {
-# modprobe -r usb-storage && modprobe usb-storage
- 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-x86_64/stlink.install (from rev 130572, stlink/trunk/stlink.install)
===================================================================
--- community-x86_64/stlink.install (rev 0)
+++ community-x86_64/stlink.install 2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,23 @@
+msg() {
+# modprobe -r usb-storage && modprobe usb-storage
+ 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