diff options
author | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-10-09 14:52:25 +0200 |
---|---|---|
committer | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-10-09 14:52:25 +0200 |
commit | 9a88376937646985d7b355b28fb5ee38d74fb957 (patch) | |
tree | d6c6939b6b4d5f1ccdeb56d94848040463658edb /pcr | |
parent | 55ab9f2f296cbe6849d54e0eb96654d6f093f57d (diff) | |
download | abslibre-9a88376937646985d7b355b28fb5ee38d74fb957.tar.gz abslibre-9a88376937646985d7b355b28fb5ee38d74fb957.tar.bz2 abslibre-9a88376937646985d7b355b28fb5ee38d74fb957.zip |
Remote control (console-oriented) through bluetooth or IR connection
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/anyremote/PKGBUILD | 9 |
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 } |