summaryrefslogtreecommitdiff
path: root/community/lomoco/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lomoco/PKGBUILD')
-rw-r--r--community/lomoco/PKGBUILD17
1 files changed, 14 insertions, 3 deletions
diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD
index 25cc6a165..fea043e12 100644
--- a/community/lomoco/PKGBUILD
+++ b/community/lomoco/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99898 2013-10-31 02:21:19Z allan $
+# $Id: PKGBUILD 104089 2014-01-15 13:38:02Z spupykin $
# Maintainer: Jeff Mickey <j@codemac.net>
# Contributor: Shadowhand <woody.gilk@gmail.com>
pkgname=lomoco
pkgver=1.0
-pkgrel=8
+pkgrel=9
url="http://www.lomoco.org/"
pkgdesc="Logitech USB mouse configuration program"
license=('GPL')
@@ -14,19 +14,30 @@ arch=('i686' 'x86_64' 'mips64el')
backup=(etc/udev/lomoco_mouse.conf)
source=(http://www.lomoco.org/${pkgname}-${pkgver}.tar.gz
"lomoco_mx518.patch::https://bugs.archlinux.org/task/28180?getfile=8163"
+ "lomoco_mxair.patch::https://bugs.archlinux.org/task/36657?getfile=10920"
lomoco_mouse.conf
lomoco.sh)
md5sums=('f5197d0a3ee81229c3eecc1e03f7b08d'
'87aeccb99413faf9e49453215c3d0b8a'
+ 'd0390dfcadae6e54a4af3e6227d24201'
'182b10a7e4a1828a93c1d55ef7f81b97'
'bc92f661641265b33b27895ef24028fd')
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 <$srcdir/lomoco_mx518.patch
+ patch -p0 <$srcdir/lomoco_mxair.patch
+}
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
./autogen.sh --prefix=/usr --mandir=/usr/share/man
make
make udev-rules
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
# Fix and install udev rules and helpers