summaryrefslogtreecommitdiff
path: root/community/synce-vdccm/PKGBUILD
blob: 32ba0d9c45e805c15083afe0fef6e752904fadfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 65485 2012-02-21 06:02:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=synce-vdccm
pkgver=0.10.1
pkgrel=4
pkgdesc="provide a means of communication with a Windows CE device - daemon to communicate with a handheld device"
arch=('i686' 'x86_64')
url="http://synce.sourceforge.net/"
license=('GPL')
depends=('synce-libsynce')
source=(http://downloads.sourceforge.net/synce/vdccm-$pkgver.tar.gz
	build-fix.patch)
md5sums=('43bca4c2fdb658f99b07549fa03832e0'
         'b90e1f8b46e70cd7f8f66f7ef041f3ac')

build() {
  cd $srcdir/vdccm-$pkgver
  patch -p1 <$srcdir/build-fix.patch
  ./configure --prefix=/usr
  make
  make DESTDIR=$pkgdir install
}