summaryrefslogtreecommitdiffstats
path: root/abs/core/libraw1394
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 16:03:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 16:03:37 (GMT)
commit49ea689b04d4ae46938be6db2ed6473b04f07751 (patch)
treea6556d008ef18ef862e537cb93f3b107aab21281 /abs/core/libraw1394
parent47a977e82a886718cf16c33f23f97d564510e0c9 (diff)
downloadlinhes_pkgbuild-49ea689b04d4ae46938be6db2ed6473b04f07751.zip
linhes_pkgbuild-49ea689b04d4ae46938be6db2ed6473b04f07751.tar.gz
linhes_pkgbuild-49ea689b04d4ae46938be6db2ed6473b04f07751.tar.bz2
libraw1394 2.0.7
Diffstat (limited to 'abs/core/libraw1394')
-rw-r--r--abs/core/libraw1394/PKGBUILD24
1 files changed, 14 insertions, 10 deletions
diff --git a/abs/core/libraw1394/PKGBUILD b/abs/core/libraw1394/PKGBUILD
index 6b6c4bb..5bee5d9 100644
--- a/abs/core/libraw1394/PKGBUILD
+++ b/abs/core/libraw1394/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 63209 2010-01-16 07:32:59Z tpowa $
+# $Id: PKGBUILD 149545 2012-02-08 13:57:56Z tpowa $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=libraw1394
-pkgver=2.0.5
-pkgrel=1
+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="http://www.linux1394.org/"
-options=(!libtool force)
-source=(http://downloads.sourceforge.net/project/libraw1394/libraw1394/${pkgname}-${pkgver}.tar.gz)
+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 || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
}
-md5sums=('1db64231c78540c32859b591cb8b40cf')
+
+package () {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('997ef18ab8e2e21f3966dff00e92be28')