updated on Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git] / vdr-remote / PKGBUILD
blob5b252e13b7969841fe34a0fdf9c1ffe8ba9c4a80
1 # Contributor Leszek Czurylo <leniu_user@wp.pl>
2 pkgname=vdr-remote
3 pkgver=0.4.0
4 pkgrel=1
5 arch=(i686 x86_64)
6 pkgdesc="This plugin extends the remote control capabilities of vdr."
7 url="http://vdr.bluox.org/download/vdr-sc/"
8 license="GPL"
9 depends=('gcc' 'vdr>=1.6.0')
10 backup=()
11 source=(http://www.escape-edv.de/endriss/vdr/$pkgname-$pkgver.tgz)
12 md5sums=('336fa829fc24100d47545094218141a6')
14 build() {
16     cd $startdir/src/remote-$pkgver
17     
18     mkdir -p $startdir/pkg/usr/lib/vdr
19     mkdir -p $startdir/pkg/usr/src/VDR/locale
21     make VDRDIR=/usr/src/VDR \
22          LIBDIR=$startdir/pkg/usr/lib/vdr \
23          PLUGINLIBDIR=$startdir/pkg/usr/lib/vdr \
24          LOCALEDIR=$startdir/pkg/usr/src/VDR/locale clean
25     make VDRDIR=/usr/src/VDR \
26          LIBDIR=$startdir/pkg/usr/lib/vdr \
27          PLUGINLIBDIR=$startdir/pkg/usr/lib/vdr \
28          LOCALEDIR=$startdir/pkg/usr/src/VDR/locale all || return 1