summaryrefslogtreecommitdiff
path: root/community/linuxtv-dvb-apps
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-20 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-11-20 23:14:50 +0000
commit70b4878648fd376433739bd5c835503f6301a5b2 (patch)
treec74d46f8e06305505e381202251b6f71ca33c3e7 /community/linuxtv-dvb-apps
parenta3024f8996981b28ced27466cbd1d4ab40e57324 (diff)
Sun Nov 20 23:14:50 UTC 2011
Diffstat (limited to 'community/linuxtv-dvb-apps')
-rw-r--r--community/linuxtv-dvb-apps/PKGBUILD29
1 files changed, 12 insertions, 17 deletions
diff --git a/community/linuxtv-dvb-apps/PKGBUILD b/community/linuxtv-dvb-apps/PKGBUILD
index 66192edc6..9b4f6a8ba 100644
--- a/community/linuxtv-dvb-apps/PKGBUILD
+++ b/community/linuxtv-dvb-apps/PKGBUILD
@@ -1,37 +1,32 @@
-# $Id: PKGBUILD 21619 2010-07-16 20:05:39Z tdziedzic $
+# $Id: PKGBUILD 58910 2011-11-20 04:55:32Z jconder $
+# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Camille Moncelier <pix@devlife.org>
pkgname=linuxtv-dvb-apps
-pkgver=1.1.1
-pkgrel=4
-_hgrev=68d20621d93a
+pkgver=1452
+pkgrel=1
+_hgrev=d4e8bf5658ce
pkgdesc='Viewer programs for DVB cards'
arch=('i686' 'x86_64')
url='http://www.linuxtv.org/'
license=('GPL')
-install=linuxtv-dvb-apps.install
-#source=(http://www.linuxtv.org/download/dvb/$pkgname-$pkgver.tar.bz2)
-source=("http://linuxtv.org/hg/dvb-apps/archive/${_hgrev}.tar.bz2")
-md5sums=('5b43136359d9555a567a76ba28433afc')
+source=("http://linuxtv.org/hg/dvb-apps/archive/$_hgrev.tar.bz2")
+sha256sums=('c3bb865ea5c8dd97050d7b3a68ee158dadff50a2fb948d955b3a559be3cf31c5')
build() {
- cd dvb-apps-${_hgrev}
-
+ cd "dvb-apps-$_hgrev"
rm -rf include
make -C lib
-
make -C util
}
package() {
- cd dvb-apps-${_hgrev}
+ cd "dvb-apps-$_hgrev"
- make -C lib DESTDIR=${pkgdir} install
+ make -C lib DESTDIR="$pkgdir" install
+ make -C util DESTDIR="$pkgdir" install
- make -C util DESTDIR=${pkgdir} install
-
- chmod 755 ${pkgdir}/usr/lib/*.so*
+ chmod 755 "$pkgdir"/usr/lib/*.so*
}
-