Skip to content
Snippets Groups Projects
Commit a7224fc9 authored by Stefan Wagner's avatar Stefan Wagner Committed by Jakub Jirutka
Browse files

testing/xbindkeys: move from unmaintained

parent ff0f6608
No related branches found
No related tags found
No related merge requests found
# Contributor: Andrew Hills <ahills@ednos.net>
# Maintainer: Andrew Hills <ahills@ednos.net>
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=xbindkeys
pkgver=1.8.6
pkgrel=0
......@@ -7,30 +8,22 @@ pkgdesc="Program for launching shell commands via keyboard shortcuts in X"
url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
arch="all"
license="GPL2"
depends=""
depends_dev="libx11-dev"
makedepends="$depends_dev"
install=
makedepends="libx11-dev"
subpackages="$pkgname-doc"
source="http://www.nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$_builddir"
cd "$builddir"
./configure --prefix=/usr \
--disable-guile \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--build=$CBUILD \
--host=$CHOST \
|| return 1
--infodir=/usr/share/info || return 1
make || return 1
}
package() {
cd "$_builddir"
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment