updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / synce-dccm / PKGBUILD
blob07f68d3debff26c2a936980ae25ea68ff0977990
1 # $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
2 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
5 pkgname=synce-dccm
6 pkgver=0.9.1
7 pkgrel=1
8 pkgdesc="provide a means of communication with a Windows CE device - daemon to communicate with a handheld device"
9 arch=('i686' 'x86_64')
10 url="http://synce.sourceforge.net/"
11 license=('GPL')
12 depends=('synce-libsynce')
13 source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
14 md5sums=('8818b71133049fe9c739166225aebe0c')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR=$startdir/pkg install