1 # Contributor: dottorblaster <dottorblaster@gmail.com>
3 pkgname=gnome-lirc-properties
6 pkgdesc="This control panel can detect your IR receiver and suggest a remote control, making configuration of lirc easy."
8 depends=('lirc' 'pygtk' 'polkit')
9 makedepends=('intltool')
10 url="http://live.gnome.org/gnome-lirc-properties"
11 source=("http://ftp.gnome.org/pub/gnome/sources/gnome-lirc-properties/0.5/$pkgname-$pkgver.tar.bz2")
13 md5sums=('a732d41e55bc0490bc0a68142f7cb18f')
16 cd "${srcdir}/${pkgname}-${pkgver}"
17 ./configure --prefix=/usr || return 1
19 make DESTDIR="${pkgdir}" install || return 1