summaryrefslogtreecommitdiffstats
path: root/abs/core/keylaunch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/keylaunch/PKGBUILD')
-rw-r--r--abs/core/keylaunch/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD
index 5d77379..730c7c4 100644
--- a/abs/core/keylaunch/PKGBUILD
+++ b/abs/core/keylaunch/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=keylaunch
pkgver=1.3.9
-pkgrel=9
-arch=('i686' 'x86_64')
-pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. "
+pkgrel=10
+arch=('x86_64')
+pkgdesc="KeyLaunch is a small utility for binding commands to a hot key."
url="http://www.oroborus.org/"
depends=(glibc)
source=(http://ftp.debian.org/debian/pool/main/k/keylaunch/keylaunch_1.3.9.tar.gz example_rc)
@@ -12,11 +12,12 @@ build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
- make DESTDIR=$pkgdir install
}
package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
install -D -m0755 $srcdir/example_rc $pkgdir/etc/keylaunchrc
}
md5sums=('710f68a3e7026b4139cc94ea790576c3'
- '1141e182e2accb02c17548189bead4dc')
+ '3d6845a9c30fc511a6202246d5a840e3')