summaryrefslogtreecommitdiff
path: root/extra/xbindkeys/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xbindkeys/PKGBUILD')
-rw-r--r--extra/xbindkeys/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/xbindkeys/PKGBUILD b/extra/xbindkeys/PKGBUILD
deleted file mode 100644
index 3336c8a09..000000000
--- a/extra/xbindkeys/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 114461 2011-03-14 01:44:22Z eric $
-# Contributor: Thayer Williams <thayer@archlinux.org>
-# Contributor: damir <damir@archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=xbindkeys
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="Launch shell commands with your keyboard or your mouse under X"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
-license=('GPL')
-depends=('libx11' 'guile>=1.8.1' 'tk')
-source=(http://www.nongnu.org/xbindkeys/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b66a05594dbc6888c0a6439351aa66d')
-sha1sums=('a597cfecce65dd47595510edb8f7eaa094c4b34b')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}