updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / anyremote / PKGBUILD
blobd01fa85957f9554a02467cb80ee4fc2e76d56410
1 # Maintainer: Andrea Fagiani <andfagiani_at_gmail_dot_com> 
2 # Contributor: hb <hb.at.spamers.dot.net>
3 # Contributor: Lisa Denia <eiffel56@gmail.com>
5 pkgname=anyremote
6 pkgver=5.5
7 pkgrel=1
8 pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
9 arch=('i686' 'x86_64')
10 url="http://anyremote.sourceforge.net"
11 license=('GPL')
12 depends=('bluez' 'dbus-glib' 'libxtst')
13 optdepends=("irda-utils: IRDA support")
14 install=anyremote.install
15 source=(http://downloads.sourceforge.net/sourceforge/anyremote/$pkgname-$pkgver.tar.gz)
16 md5sums=('7c0faf817ad6ef4f72cfacea7908e336')
18 build() {
19   cd $srcdir/$pkgname-$pkgver
20   ./configure --prefix=/usr
21   make
22   make DESTDIR=$pkgdir install