# $Id$ # Contributor: Jaroslaw Swierczynski # Contributor: Camille Moncelier pkgname=linuxtv-dvb-apps pkgver=1.1.1 pkgrel=4 _hgrev=68d20621d93a 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") build() { cd dvb-apps-${_hgrev} rm -rf include make -C lib make -C util } package() { cd dvb-apps-${_hgrev} make -C lib DESTDIR=${pkgdir} install make -C util DESTDIR=${pkgdir} install chmod 755 ${pkgdir}/usr/lib/*.so* } md5sums=('6e4bc8e5b22609b212f968c7d88e90ab')