Date: Saturday, May 16, 2020 @ 10:29:34
  Author: foutrelis
Revision: 384140

archrelease: copy trunk to staging-x86_64

Added:
  libiec61883/repos/staging-x86_64/
  libiec61883/repos/staging-x86_64/PKGBUILD
    (from rev 384139, libiec61883/trunk/PKGBUILD)

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

Copied: libiec61883/repos/staging-x86_64/PKGBUILD (from rev 384139, 
libiec61883/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 10:29:34 UTC (rev 384140)
@@ -0,0 +1,28 @@
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Stephen Caraher <[email protected]>
+
+pkgname=libiec61883
+pkgver=1.2.0
+pkgrel=6
+pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 
1394"
+arch=('x86_64')
+url="https://www.kernel.org/pub/linux/libs/ieee1394/";
+license=('LGPL')
+depends=('libraw1394')
+source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ed91bc1727fac8e019402fc3724a283d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to