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

Morten Linderud foxboron at archlinux.org
Thu Jun 20 18:52:21 UTC 2019


    Date: Thursday, June 20, 2019 @ 18:52:20
  Author: foxboron
Revision: 482525

archrelease: copy trunk to community-x86_64

Added:
  bmusb/repos/community-x86_64/
  bmusb/repos/community-x86_64/PKGBUILD
    (from rev 482524, bmusb/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: bmusb/repos/community-x86_64/PKGBUILD (from rev 482524, bmusb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-06-20 18:52:20 UTC (rev 482525)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=bmusb
+_commit=0c0182f453e8bc26e630615ea6d2a2f05e868fde
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI USB3 cards"
+arch=('x86_64')
+url="https://git.sesse.net/?p=bmusb;a=summary"
+license=('GPL2')
+depends=('libusb')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz")
+sha256sums=('70c294a8905f2cdc4141049cf9a9888c38616c06cd0babb3dfc7e05064374dd3')
+
+build() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list