summaryrefslogtreecommitdiff
path: root/community/synce-libsynce
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/synce-libsynce
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/synce-libsynce')
-rw-r--r--community/synce-libsynce/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/synce-libsynce/PKGBUILD b/community/synce-libsynce/PKGBUILD
new file mode 100644
index 000000000..5cd330c7e
--- /dev/null
+++ b/community/synce-libsynce/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 65475 2012-02-21 05:59:42Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Zhukov Pavel <gelios@gmail.com>
+
+pkgname=synce-libsynce
+pkgver=0.15.1
+pkgrel=3
+pkgdesc="provide a means of communication with a Windows CE device - libraries"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+license=('GPL')
+depends=('dbus-glib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/synce/libsynce-$pkgver.tar.gz)
+md5sums=('eaddc88c5f0027e89c6f0fffec34def2')
+
+build() {
+ cd $srcdir/libsynce-$pkgver
+ ./configure --prefix=/usr --enable-odccm-support --enable-udev-support --disable-hal-support
+ make
+}
+
+package() {
+ cd $srcdir/libsynce-$pkgver
+ make DESTDIR=$pkgdir install
+}