summaryrefslogtreecommitdiff
path: root/community/gammu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gammu/PKGBUILD')
-rw-r--r--community/gammu/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index 6fcfeab68..bb3f8b660 100644
--- a/community/gammu/PKGBUILD
+++ b/community/gammu/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61481 2012-01-01 10:15:29Z schiv $
+# $Id: PKGBUILD 69642 2012-04-20 22:20:38Z tdziedzic $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gammu
pkgver=1.31.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU All Mobile Management Utilities"
arch=('i686' 'x86_64')
url="http://wammu.eu/"
@@ -21,7 +21,11 @@ md5sums=('9b1ff5d84730f025802b961ab9f26717')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ # bash completion dir change
+ sed -e 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' -i contrib/CMakeLists.txt
+
cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+
make
}