# Maintainer : Aurélien DESBRIÈRES # Contributor: Andrea Fagiani # Contributor: hb # Contributor: Lisa Denia pkgname=anyremote pkgver=6.4 pkgrel=1 pkgdesc="Remote control (console-oriented) through bluetooth or IR connection" arch=('i686' 'x86_64') url="http://anyremote.sourceforge.net" license=('GPL') depends=('bluez-libs' 'bluez' 'dbus-glib' 'libxtst') optdepends=("irda-utils: IRDA support") install=anyremote.install source=(http://downloads.sourceforge.net/sourceforge/anyremote/$pkgname-$pkgver.tar.gz) build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }