Date: Wednesday, May 22, 2019 @ 18:08:19
  Author: arojas
Revision: 353849

archrelease: copy trunk to staging-x86_64

Added:
  libdc1394/repos/staging-x86_64/
  libdc1394/repos/staging-x86_64/PKGBUILD
    (from rev 353848, libdc1394/trunk/PKGBUILD)

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

Copied: libdc1394/repos/staging-x86_64/PKGBUILD (from rev 353848, 
libdc1394/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2019-05-22 18:08:19 UTC (rev 353849)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=libdc1394
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="High level programming interface to control IEEE 1394 based cameras"
+arch=('x86_64')
+license=('LGPL')
+url="https://sourceforge.net/projects/libdc1394/";
+depends=('libraw1394' 'libusb')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('2b905fc9aa4eec6bdcf6a2ae5f5ba021232739f5be047dec8fe8dd6049c10fed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to