summaryrefslogtreecommitdiff
path: root/pcr/anyremote
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /pcr/anyremote
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'pcr/anyremote')
-rw-r--r--pcr/anyremote/PKGBUILD24
-rw-r--r--pcr/anyremote/anyremote.install6
2 files changed, 0 insertions, 30 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')
diff --git a/pcr/anyremote/anyremote.install b/pcr/anyremote/anyremote.install
deleted file mode 100644
index 012444ce0..000000000
--- a/pcr/anyremote/anyremote.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install () {
- echo "
- >>>Download the java client for your phone at
- >>>http://anyremote.sourceforge.net/dload.html
- "
-}