[arch-commits] Commit in hidapi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Dec 20 22:17:32 UTC 2017


    Date: Wednesday, December 20, 2017 @ 22:17:32
  Author: eworm
Revision: 275092

archrelease: copy trunk to community-x86_64

Added:
  hidapi/repos/community-x86_64/PKGBUILD
    (from rev 275091, hidapi/trunk/PKGBUILD)
Deleted:
  hidapi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 22:17:25 UTC (rev 275091)
+++ PKGBUILD	2017-12-20 22:17:32 UTC (rev 275092)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Niels Martignène <niels.martignene at gmail.com>
-# Contributor: Nicolas Avrutin <nicolasavru at gmail.com>
-# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
-
-pkgname=hidapi
-pkgver=0.8.0rc1
-_hidapiver=0.8.0-rc1
-pkgrel=2
-pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
-arch=(i686 x86_64)
-url="http://www.signal11.us/oss/hidapi/"
-license=('GPL3' 'BSD' 'custom')
-depends=('libusb')
-conflicts=('hidapi-git')
-source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz")
-md5sums=('069f9dd746edc37b6b6d0e3656f47199')
-
-build() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
-
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
-  install -m644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: hidapi/repos/community-x86_64/PKGBUILD (from rev 275091, hidapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 22:17:32 UTC (rev 275092)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Niels Martignène <niels.martignene at gmail.com>
+# Contributor: Nicolas Avrutin <nicolasavru at gmail.com>
+# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+
+pkgname=hidapi
+pkgver=0.8.0rc1
+_hidapiver=0.8.0-rc1
+pkgrel=3
+pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
+arch=(x86_64)
+url="http://www.signal11.us/oss/hidapi/"
+license=('GPL3' 'BSD' 'custom')
+depends=('libusb')
+conflicts=('hidapi-git')
+source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz")
+sha256sums=('3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61')
+
+build() {
+  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
+  install -m644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list