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

Allan McRae allan at archlinux.org
Fri Feb 17 23:43:12 UTC 2012


    Date: Friday, February 17, 2012 @ 18:43:11
  Author: allan
Revision: 150456

upgpkg: libdv 1.0.0-4

signing rebuild

Modified:
  libdv/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 23:29:45 UTC (rev 150455)
+++ PKGBUILD	2012-02-17 23:43:11 UTC (rev 150456)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer:
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libdv
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
 arch=('i686' 'x86_64')
 url="http://libdv.sourceforge.net/"
 license=('LGPL')
 depends=('popt')
-makedepends=('pkgconfig' 'gtk' 'libxv')
+makedepends=('pkg-config' 'gtk' 'libxv')
 optdepends=('gtk: for using playdv' 'libxv: for using playdv')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
@@ -18,7 +18,11 @@
 
 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
+}




More information about the arch-commits mailing list