# Maintainer: Neophytos Kolokotronis pkgname=gammu pkgver=1.33.0 pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" arch=('x86_64') url="http://wammu.eu/" license=('GPL') depends=('bluez' 'curl' 'libmysqlclient' 'postgresql-libs' 'python2' 'libusb' 'gnutls') makedepends=('cmake' 'doxygen' 'mysql') optdepends=('dialog: support for the gammu-config script') categories=('utils') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('3f46afcc16829175d2d9060ac15813e8') build() { cd "$srcdir/$pkgname-$pkgver" cmake . -DCMAKE_INSTALL_PREFIX="/usr" make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }