summaryrefslogtreecommitdiffstats
path: root/btnx-config/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'btnx-config/PKGBUILD')
-rw-r--r--btnx-config/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/btnx-config/PKGBUILD b/btnx-config/PKGBUILD
deleted file mode 100644
index 718f197..0000000
--- a/btnx-config/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Florian Pritz <f-p@gmx.at>
-# Contributor: Graziano Giuliani <graziano.giuliani@poste.it>
-
-pkgname=btnx-config
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="Button Extension- a GNU/GPL mouse tool for GNU/Linux"
-arch=(i686 x86_64)
-url="http://www.ollisalonen.com/btnx/"
-license=('GPL')
-groups=(gnome-extra)
-depends=(libglade)
-makedepends=(pkgconfig gnome-doc-utils)
-options=('!libtool' '!emptydirs')
-source=(http://www.ollisalonen.com/btnx/${pkgname}-${pkgver}.tar.gz)
-noextract=()
-
-build() {
- cd $startdir/src/${pkgname}-${pkgver}
-
- init_scripts_path=/etc/rc.d \
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var
- make || return 1
- make DESTDIR=${pkgdir} DATAROOTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:
-
-md5sums=('b07314c2562a81c7c82cc1561ca387d1')
-sha256sums=('c3df127104a95332691a3292424ea68efbd2b583a10114493a483f40cde3ffde')