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> # 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 pkgname=xbindkeys
pkgver=1.8.6 pkgver=1.8.6
pkgrel=0 pkgrel=0
...@@ -7,30 +8,22 @@ pkgdesc="Program for launching shell commands via keyboard shortcuts in X" ...@@ -7,30 +8,22 @@ pkgdesc="Program for launching shell commands via keyboard shortcuts in X"
url="http://www.nongnu.org/xbindkeys/xbindkeys.html" url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
arch="all" arch="all"
license="GPL2" license="GPL2"
depends="" makedepends="libx11-dev"
depends_dev="libx11-dev"
makedepends="$depends_dev"
install=
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://www.nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz" source="http://www.nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
_builddir="$srcdir"/$pkgname-$pkgver
build() { build() {
cd "$_builddir" cd "$builddir"
./configure --prefix=/usr \ ./configure --prefix=/usr \
--disable-guile \ --disable-guile \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--infodir=/usr/share/info \ --infodir=/usr/share/info || return 1
--build=$CBUILD \
--host=$CHOST \
|| return 1
make || return 1 make || return 1
} }
package() { package() {
cd "$_builddir" cd "$builddir"
make DESTDIR="$pkgdir" install 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