aboutsummaryrefslogtreecommitdiffstats
path: root/community/xbindkeys
diff options
context:
space:
mode:
Diffstat (limited to 'community/xbindkeys')
-rw-r--r--community/xbindkeys/APKBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD
index 947c8d9010c..c85e28a21c4 100644
--- a/community/xbindkeys/APKBUILD
+++ b/community/xbindkeys/APKBUILD
@@ -3,28 +3,27 @@
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=xbindkeys
pkgver=1.8.7
-pkgrel=0
+pkgrel=2
pkgdesc="Program for launching shell commands via keyboard shortcuts in X"
-url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
+url="https://nongnu.org/xbindkeys/"
arch="all"
license="GPL-2.0"
makedepends="libx11-dev"
subpackages="$pkgname-doc"
-source="http://www.nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure --prefix=/usr \
--disable-guile \
--mandir=/usr/share/man \
- --infodir=/usr/share/info || return 1
- make || return 1
+ --infodir=/usr/share/info
+ make
}
package() {
- cd "$builddir"
- make -j1 DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9 xbindkeys-1.8.7.tar.gz"
+sha512sums="
+a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9 xbindkeys-1.8.7.tar.gz
+"