# $Id: PKGBUILD 65481 2012-02-21 06:01:39Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zhukov Pavel pkgname=synce-serial pkgver=0.11 pkgrel=4 pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" depends=(sh) license=('GPL') source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz) md5sums=('a83f20eb59c845de192645158d051062') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname make make DESTDIR=$pkgdir install sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf }