[arch-commits] Commit in libsigrok/repos (3 files)
Anatol Pomozov
anatolik at archlinux.org
Wed Aug 2 04:45:25 UTC 2017
Date: Wednesday, August 2, 2017 @ 04:45:24
Author: anatolik
Revision: 247389
archrelease: copy trunk to community-i686, community-x86_64
Added:
libsigrok/repos/community-x86_64/PKGBUILD
(from rev 247388, libsigrok/trunk/PKGBUILD)
Deleted:
libsigrok/repos/community-i686/PKGBUILD
libsigrok/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ---------------------------
community-x86_64/PKGBUILD | 27 ---------------------------
3 files changed, 28 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-08-02 04:41:41 UTC (rev 247388)
+++ community-i686/PKGBUILD 2017-08-02 04:45:24 UTC (rev 247389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
-# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
-
-pkgname=libsigrok
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, core library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
-
-build() {
- cd libsigrok-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd libsigrok-$pkgver
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-08-02 04:41:41 UTC (rev 247388)
+++ community-x86_64/PKGBUILD 2017-08-02 04:45:24 UTC (rev 247389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
-# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
-
-pkgname=libsigrok
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, core library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
-
-build() {
- cd libsigrok-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd libsigrok-$pkgver
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Copied: libsigrok/repos/community-x86_64/PKGBUILD (from rev 247388, libsigrok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-08-02 04:45:24 UTC (rev 247389)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thomas Krug <t.krug at elektronenpumpe.de>
+# Contributor: Thomas Krug <t.krug at elektronenpumpe.de>
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Client software that supports various hardware logic analyzers, core library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+ cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd libsigrok-$pkgver
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+ install -m644 -D contrib/z60_libsigrok.rules $pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
+}
More information about the arch-commits
mailing list