[arch-commits] CVS update of extra/lib/libraw1394 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Mar 30 11:59:12 UTC 2008


    Date: Sunday, March 30, 2008 @ 07:59:12
  Author: jgc
    Path: /home/cvs-extra/extra/lib/libraw1394

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: libraw1394 1.3.0-1


----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)


Index: extra/lib/libraw1394/PKGBUILD
diff -u extra/lib/libraw1394/PKGBUILD:1.10 extra/lib/libraw1394/PKGBUILD:1.11
--- extra/lib/libraw1394/PKGBUILD:1.10	Wed May 24 14:35:52 2006
+++ extra/lib/libraw1394/PKGBUILD	Sun Mar 30 07:59:12 2008
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD,v 1.10 2006/05/24 18:35:52 notz Exp $
+# $Id: PKGBUILD,v 1.11 2008/03/30 11:59:12 jgc Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libraw1394
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
-depends=('glibc')
-pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
 arch=(i686 x86_64)
-source=(http://www.linux1394.org/dl/$pkgname-$pkgver.tar.gz)
-license=(GPL)
+license=('LGPL')
+pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
+depends=('glibc')
 url="http://www.linux1394.org/"
+options=(!libtool)
+source=(http://www.linux1394.org/dl/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c5d9ab62bd25dba96af010b3471e816a')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
-   #patch -p1 -i $startdir/src/gcc3.patch
+   cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/usr
    make || return 1
-   make prefix=$startdir/pkg/usr install
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list