[arch-commits] Commit in libraw1394/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Feb 8 13:57:56 UTC 2012


    Date: Wednesday, February 8, 2012 @ 08:57:56
  Author: tpowa
Revision: 149545

archrelease: copy trunk to extra-x86_64

Added:
  libraw1394/repos/extra-x86_64/PKGBUILD
    (from rev 149544, libraw1394/trunk/PKGBUILD)
Deleted:
  libraw1394/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 13:57:36 UTC (rev 149544)
+++ PKGBUILD	2012-02-08 13:57:56 UTC (rev 149545)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=libraw1394
-pkgver=2.0.7
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
-depends=('glibc')
-makedepends=('pkgconfig')
-url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
-options=(!libtool force)
-source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.bz2)
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr 
-   make
-}
-
-package () {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}
-md5sums=('997ef18ab8e2e21f3966dff00e92be28')

Copied: libraw1394/repos/extra-x86_64/PKGBUILD (from rev 149544, libraw1394/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-08 13:57:56 UTC (rev 149545)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=libraw1394
+pkgver=2.0.7
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
+depends=('glibc')
+makedepends=('pkgconfig')
+url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
+options=(!libtool)
+source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr 
+   make
+}
+
+package () {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('997ef18ab8e2e21f3966dff00e92be28')




More information about the arch-commits mailing list