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

Roman Kyrylych roman at archlinux.org
Wed Jan 30 18:21:24 UTC 2008


    Date: Wednesday, January 30, 2008 @ 13:21:24
  Author: roman
    Path: /home/cvs-extra/extra/lib/qof

   Added: PKGBUILD (1.1)

upgpkg: qof 0.6.4-2


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


Index: extra/lib/qof/PKGBUILD
diff -u /dev/null extra/lib/qof/PKGBUILD:1.1
--- /dev/null	Wed Jan 30 13:21:24 2008
+++ extra/lib/qof/PKGBUILD	Wed Jan 30 13:21:24 2008
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.1 2008/01/30 18:21:24 roman Exp $
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=qof
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="Provides a set of C Language utilities for performing generic structured complex queries"
+arch=('i686' 'x86_64')
+url="http://qof.sourceforge.net"
+license=('GPL')
+depends=('glib2' 'libxslt' 'libxml2>=2.5.10' 'libgda')
+source=(http://downloads.sourceforge.net/qof/qof-$pkgver.tar.gz)
+md5sums=('555787c7ea06a3412ff9119fe4127886')
+options=('!libtool')
+
+build() {
+  cd $startdir/src/qof-$pkgver
+  sed -i 's/-Werror//' configure qof/test/Makefile.in || return 1
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list