From 3232f9d90114778cb8d38cc1bc8477435dc65259 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Feb 2009 14:36:14 +0100 Subject: initial commit --- btnx/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 btnx/PKGBUILD (limited to 'btnx/PKGBUILD') diff --git a/btnx/PKGBUILD b/btnx/PKGBUILD new file mode 100644 index 0000000..d81c0a4 --- /dev/null +++ b/btnx/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Florian Pritz +# Contributor: Graziano Giuliani + +pkgname=btnx +pkgver=0.4.11 +pkgrel=3 +pkgdesc="Button Extension- a GNU/GPL mouse tool for GNU/Linux" +arch=('i686' 'x86_64') +url="http://www.ollisalonen.com/btnx/" +license=('GPL') +groups=(daemons) +depends=('btnx-config' 'libdaemon') +options=('!libtool' '!emptydirs') +source=(http://www.ollisalonen.com/btnx/${pkgname}-${pkgver}.tar.gz + btnx) +md5sums=('8216a84f8fe873ddc97afbfccfc2d254' + '4c9ff4950bc766002e34e53bffc61521') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + ./configure || return 1 + make || return 1 + + mkdir -p ${pkgdir}/etc/btnx + + install -Dm 755 src/btnx ${pkgdir}/usr/sbin/btnx || return 1 + install -Dm 644 data/events -p ${pkgdir}/etc/btnx/events || return 1 + install -Dm 755 ${srcdir}/btnx ${pkgdir}/etc/rc.d/btnx || return 1 +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-24-g4f1b