aur/umurmur to 0.2.10-2

This commit is contained in:
Kevin Mihelich 2012-05-30 18:32:08 -04:00
parent 6ccec24d4e
commit 8992b88b35

View file

@ -1,13 +1,16 @@
# Contributor : xav <xav at ethertricks dot net>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use polarssl instead of openssl
pkgname=umurmur
pkgver=0.2.10
pkgrel=1
pkgrel=2
pkgdesc="A minimalistic Mumble server"
arch=('i686' 'x86_64')
url="http://code.google.com/p/umurmur/"
license=('GPL')
depends=('openssl' 'libconfig' 'protobuf-c')
depends=('libconfig' 'protobuf-c' 'polarssl')
source=(http://umurmur.googlecode.com/files/${pkgname}-${pkgver}.tar.gz \
umurmur.rc.d \
umurmur.conf.d \
@ -19,7 +22,7 @@ sha1sums=('5a53b021078dfbdf001c9af9ff207ea84bcf8222'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=openssl
./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=polarssl
make || return 1
make DESTDIR=${pkgdir} install || return 1