summaryrefslogtreecommitdiff
path: root/community/libsynaptics/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
commit1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch)
treea02b709cc5107313c2a640ad192b4a4cb790df4f /community/libsynaptics/PKGBUILD
parent02c5897cefdb4df89590f03c12870ad263240ebd (diff)
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/libsynaptics/PKGBUILD')
-rw-r--r--community/libsynaptics/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/libsynaptics/PKGBUILD b/community/libsynaptics/PKGBUILD
index 9b6698d75..aff6ce1fa 100644
--- a/community/libsynaptics/PKGBUILD
+++ b/community/libsynaptics/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99884 2013-10-31 02:16:24Z allan $
+# $Id: PKGBUILD 100241 2013-11-02 08:40:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=libsynaptics
pkgver=0.14.6c
-pkgrel=5
+pkgrel=6
pkgdesc="Library for accessing synaptics touchpads"
arch=('i686' 'x86_64')
url="http://qsynaptics.sourceforge.net"
@@ -21,5 +21,9 @@ build() {
sed -i '1,1i#include <stdio.h>' pad.cpp
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}