summaryrefslogtreecommitdiffstats
path: root/btnx-config/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /btnx-config/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
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')