[arch-commits] Commit in libraw1394/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Mar 13 13:06:30 UTC 2011


    Date: Sunday, March 13, 2011 @ 09:06:30
  Author: tpowa
Revision: 114419

upgpkg: libraw1394 2.0.7-1
bump to latest version

Modified:
  libraw1394/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-13 12:58:50 UTC (rev 114418)
+++ PKGBUILD	2011-03-13 13:06:30 UTC (rev 114419)
@@ -3,21 +3,25 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libraw1394
-pkgver=2.0.5
+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="http://sourceforge.net/projects/libraw1394/"
+url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
 options=(!libtool force)
-source=(http://downloads.sourceforge.net/project/libraw1394/libraw1394/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1db64231c78540c32859b591cb8b40cf')
+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
 }
+
+package () {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('997ef18ab8e2e21f3966dff00e92be28')




More information about the arch-commits mailing list