summaryrefslogtreecommitdiff
path: root/community/gammu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-26 00:06:16 -0700
committerroot <root@rshg054.dnsready.net>2013-03-26 00:06:16 -0700
commitc16968d4179be76966c262f854c9e1fb827dc3ec (patch)
tree3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/gammu
parent32793d9a5b60ef0591c71c12ad75121d9b155adf (diff)
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/gammu')
-rw-r--r--community/gammu/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index a876ba89c..d7a6154d4 100644
--- a/community/gammu/PKGBUILD
+++ b/community/gammu/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 73714 2012-07-14 13:31:58Z schiv $
+# $Id: PKGBUILD 87002 2013-03-25 19:16:41Z bpiotrowski $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gammu
pkgver=1.32.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU All Mobile Management Utilities"
arch=('i686' 'x86_64')
url="http://wammu.eu/"
license=('GPL')
-depends=('bluez' 'curl' 'libmysqlclient'
+depends=('bluez' 'curl' 'libmariadbclient'
'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mysql')
+makedepends=('cmake' 'doxygen' 'mariadb')
optdepends=('dialog: support for the gammu-config script')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
@@ -23,7 +23,8 @@ build() {
# 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"
+ cmake . -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}