[arch-commits] Commit in ivtv-utils/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sun Apr 4 08:46:36 UTC 2010
Date: Sunday, April 4, 2010 @ 04:46:35
Author: giovanni
Revision: 75810
upgpkg: ivtv-utils 1.4.1-1
upstream release
Modified:
ivtv-utils/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-04 08:36:12 UTC (rev 75809)
+++ PKGBUILD 2010-04-04 08:46:35 UTC (rev 75810)
@@ -3,27 +3,29 @@
# Contributor: Andrea Scarpino <bash.lnx at gmail.com>
pkgname=ivtv-utils
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Userspace utilities for Hauppauge PVR cards"
arch=('i686' 'x86_64')
license=('GPL')
url="http://ivtvdriver.org"
-source=(http://dl.ivtvdriver.org/ivtv/stable/$pkgname-$pkgver.tar.gz
+source=(http://dl.ivtvdriver.org/ivtv/stable/${pkgname}-${pkgver}.tar.gz
http://dl.ivtvdriver.org/ivtv/firmware/ivtv-firmware.tar.gz)
depends=('gcc-libs')
-md5sums=('13deb3fe973b175a115285e63f668b95'
+md5sums=('3a4219d698262ca2b28e41f0f547b0a2'
'b9a871f1c569025be9c48a77b3515faf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make || return 1
make DESTDIR="${pkgdir}" PREFIX=/usr install || return 1
- cd ${srcdir} || return 1
+
+ cd ${srcdir}
for file in `ls *.fw` v4l-cx2341x-init.mpg; do
install -D -m644 $file "${pkgdir}/lib/firmware/$file" || return 1
done
+
# FS#15133 - files already provided by the kernel-headers package
rm -rf ${pkgdir}/usr/include
}
-
More information about the arch-commits
mailing list