mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/umurmur to 0.2.10-2
This commit is contained in:
parent
6ccec24d4e
commit
8992b88b35
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue