[arch-commits] CVS update of extra/lib/libopensync (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun May 27 13:30:20 UTC 2007


    Date: Sunday, May 27, 2007 @ 09:30:20
  Author: tpowa
    Path: /home/cvs-extra/extra/lib/libopensync

   Added: PKGBUILD (1.1)

'newpkg: new depend for kdepim'


----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)


Index: extra/lib/libopensync/PKGBUILD
diff -u /dev/null extra/lib/libopensync/PKGBUILD:1.1
--- /dev/null	Sun May 27 09:30:20 2007
+++ extra/lib/libopensync/PKGBUILD	Sun May 27 09:30:20 2007
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD,v 1.1 2007/05/27 13:30:20 tpowa Exp $ 
+# Contributor: William Rea <sillywilly at gmail.com> , Robert Emil Berge <filoktetes at linuxophic.org>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libopensync
+pkgver=0.22
+pkgrel=2
+pkgdesc="Library for OpenSync Standardized Synchronization Framework"
+arch=('i686' 'x86_64')
+url="http://www.opensync.org"
+options=('!libtool')
+license="LGPL"
+makedepends=('python')
+depends=('glib2' 'libxml2' 'sqlite3')
+source=("http://www.opensync.org/attachment/wiki/download/libopensync-$pkgver.tar.bz2?rev=&format=raw")
+
+build() {
+  cd $startdir/src
+  mv "libopensync-$pkgver.tar.bz2?rev=&format=raw" libopensync-$pkgver.tar.bz2
+  tar xjf libopensync-$pkgver.tar.bz2
+  cd libopensync-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/opensync
+  sed -i 's/-Werror//' wrapper/Makefile
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}
+md5sums=('f563ce2543312937a9afb4f8445ef932')




More information about the arch-commits mailing list