summaryrefslogtreecommitdiff
path: root/pcr/anyremote
diff options
context:
space:
mode:
authorAurélien DESBRIÈRES <aurelien@hackers.camp>2014-10-09 14:52:25 +0200
committerAurélien DESBRIÈRES <aurelien@hackers.camp>2014-10-09 14:52:25 +0200
commit9a88376937646985d7b355b28fb5ee38d74fb957 (patch)
treed6c6939b6b4d5f1ccdeb56d94848040463658edb /pcr/anyremote
parent55ab9f2f296cbe6849d54e0eb96654d6f093f57d (diff)
Remote control (console-oriented) through bluetooth or IR connection
Diffstat (limited to 'pcr/anyremote')
-rw-r--r--pcr/anyremote/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/pcr/anyremote/PKGBUILD b/pcr/anyremote/PKGBUILD
index 3e2ab05ea..a2a246dee 100644
--- a/pcr/anyremote/PKGBUILD
+++ b/pcr/anyremote/PKGBUILD
@@ -1,13 +1,13 @@
+# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
# Contributor: hb <hb.at.spamers.dot.net>
# Contributor: Lisa Denia <eiffel56@gmail.com>
-# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@hackers.camp>
pkgname=anyremote
-pkgver=6.3.2
+pkgver=6.4
pkgrel=1
pkgdesc="Remote control (console-oriented) through bluetooth or IR connection"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://anyremote.sourceforge.net"
license=('GPL')
depends=('bluez-libs' 'bluez' 'dbus-glib' 'libxtst')
@@ -19,5 +19,8 @@ build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
+}
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}