mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
727 B
Bash
21 lines
727 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
|
# Contributor: Zhukov Pavel <gelios@gmail.com>
|
|
|
|
pkgname=synce-kde
|
|
pkgver=0.14
|
|
pkgrel=1
|
|
pkgdesc="provide a means of communication with a Windows CE device - KDE tools and integration"
|
|
arch=('i686' 'x86_64')
|
|
url="http://synce.sourceforge.net/"
|
|
license=("GPL")
|
|
depends=(dbus-python pyqt file synce-librapi synce-rra setuptools)
|
|
optdepends=(unshield orange dynamite)
|
|
makedepends=(agsync synce-rra)
|
|
source=(http://downloads.sourceforge.net/sourceforge/synce/synce-kpm-$pkgver.tar.gz)
|
|
md5sums=('5eb690c9b1a4e3114056f87cd2a27551')
|
|
|
|
build() {
|
|
cd $srcdir/synce-kpm-$pkgver
|
|
python setup.py install --root=$pkgdir --prefix=/usr
|
|
}
|