summaryrefslogtreecommitdiff
path: root/gnome-unstable/libgda/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/libgda/PKGBUILD')
-rw-r--r--gnome-unstable/libgda/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnome-unstable/libgda/PKGBUILD b/gnome-unstable/libgda/PKGBUILD
deleted file mode 100644
index 61d8dce99..000000000
--- a/gnome-unstable/libgda/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 113377 2011-03-08 13:22:49Z heftig $
-# Maintainer: tobias <tobias@archlinux.org>
-# Contributor: Tobias Kieslich <tobias@justdreams.de>
-
-pkgname=libgda
-pkgver=4.2.5
-pkgrel=1
-pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtksourceview2' 'libunique' 'libxslt' 'db' 'ncurses' 'libsoup'
- 'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
- 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-options=('!libtool' '!makeflags')
-url="http://www.gnome-db.org"
-install=libgda.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b98d6063469a1ba8226d94800732544be629c55132516de741c937e8bf175f13')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py
- ./configure --prefix=/usr --sysconfdir=/etc \
- --with-bdb=/usr --with-bdb-libdir-name=lib \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}