summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 95b5984c9e639cf40930b83cae454cd7307e4043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: Miles McLean <mills00013@gmail.com>
# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
# Contributor: hb <hb.at.spamers.dot.net>
# Contributor: Lisa Denia <eiffel56@gmail.com>

pkgname=anyremote
pkgver=6.7.3
pkgrel=2
pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
arch=('i686' 'x86_64')
url="http://anyremote.sourceforge.net"
license=('GPL3')
depends=('bluez-libs' 'bluez' 'dbus-glib' 'libxtst')
optdepends=('ganyremote: GTK frontend'
            'kanyremote: Qt frontend'
            'irda-utils: IRDA support'
            'avahi: advertise service through Avahi'
            'pngout: upload icons to JSR-82 compatible phone'
            'wmctrl'
            'imagemagick')
install=anyremote.install
source=(https://downloads.sourceforge.net/sourceforge/anyremote/$pkgname-$pkgver.tar.gz)
md5sums=('fd87404e8f820e9b4756c38c930c8367')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
}