updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / amora-server / PKGBUILD
blobe94e1e6f5ea336465714ad9682c5697d478af27e
1 # Contributors: Mladen Pejaković <pejakm@gmail.com>
3 pkgname=amora-server
4 pkgver=1.1
5 pkgrel=1
6 pkgdesc="Amora: A mobile remote assistant - server"
7 url="http://code.google.com/p/amora/"
8 license=('GPLv2')
9 arch=('i686' 'x86_64')
10 depends=('gcc-libs')
11 makedepends=('gcc' 'bluez-libs')
12 conflicts=()
13 provides=('amora-server')
14 source=(http://amora.googlecode.com/files/${pkgname}-${pkgver}.tar.gz \
15         amora.svg \
16         amora.desktop \
17         amorad \
18         amora)
19 md5sums=('274d53f40feabb09563eb90ae1c1b38f'
20          '0f1bcb216bc2ff1150be01adc1dbbff9'
21          '1ccda30d2c6fe58a214e00da8d33a9b2'
22          '6d970dd2680bcd90e781f3d76e6df0a0'
23          '1ee02f7d62cd2915bfe21b1c77a6f428')
24 build() {
25  cd ${startdir}/src/${pkgname}-${pkgver}
26  ./configure --prefix=/usr
27  make || 1
28  make DESTDIR=${pkgdir} install || 1
29  install -D ../amora.svg /${pkgdir}/usr/share/icons/hicolor/scalable/apps/amora.svg || 1
30  install -D ../amora.desktop /${pkgdir}/usr/share/applications/amora.desktop || 1
31  install -D ../amorad /${pkgdir}/etc/rc.d/amorad || 1
32  install -D ../amora /${pkgdir}/etc/conf.d/amora || 1