[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Wed Jan 27 11:26:53 UTC 2016


    Date: Wednesday, January 27, 2016 @ 12:26:53
  Author: fyan
Revision: 159127

addpkg: lib32-libraw1394 2.1.1-1

Added:
  lib32-libraw1394/
  lib32-libraw1394/repos/
  lib32-libraw1394/trunk/
  lib32-libraw1394/trunk/PKGBUILD

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

Added: lib32-libraw1394/trunk/PKGBUILD
===================================================================
--- lib32-libraw1394/trunk/PKGBUILD	                        (rev 0)
+++ lib32-libraw1394/trunk/PKGBUILD	2016-01-27 11:26:53 UTC (rev 159127)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+_pkgname=libraw1394
+pkgname=lib32-${_pkgname}
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver (32 bit)"
+arch=('x86_64')
+url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
+license=('LGPL2.1')
+depends=('lib32-glibc' "${_pkgname}")
+makedepends=('gcc-multilib')
+source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${_pkgname}-${pkgver}.tar.xz)
+md5sums=('382191c753ca9241655a288f2caac73c')
+
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgname}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package () {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


Property changes on: lib32-libraw1394/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list