summaryrefslogtreecommitdiff
path: root/pcr/anyremote/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/anyremote/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/anyremote/PKGBUILD')
-rw-r--r--pcr/anyremote/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/anyremote/PKGBUILD b/pcr/anyremote/PKGBUILD
deleted file mode 100644
index 96e030245..000000000
--- a/pcr/anyremote/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
-# Contributor: hb <hb.at.spamers.dot.net>
-# Contributor: Lisa Denia <eiffel56@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=anyremote
-pkgver=6.0
-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' '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
- make DESTDIR=$pkgdir install
-}
-md5sums=('f39da5df07f3e1a0c59bc3f95347dbe7')