desktop/gammu/PKGBUILD

28 lines
749 B
Bash
Raw Normal View History

2011-08-17 08:09:16 +08:00
pkgname=gammu
2015-05-18 22:03:31 +08:00
pkgver=1.36.0
2011-08-17 08:09:16 +08:00
pkgrel=1
pkgdesc="GNU All Mobile Management Utilities"
2012-11-28 20:43:54 +08:00
arch=('x86_64')
2011-08-17 08:09:16 +08:00
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')
2011-08-17 08:09:16 +08:00
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
2015-05-18 22:03:31 +08:00
sha512sums=('e482458f2610c5ecad94a106e520dffeba2e6981624883e725340eaa7a35c89f72ae9ae469b6cc71f0679616225a19742d8e3357fc838b87e2b570e4580a944b')
2011-08-17 08:09:16 +08:00
build() {
cd "$srcdir/$pkgname-$pkgver"
cmake . -DCMAKE_INSTALL_PREFIX="/usr"
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}