Date: Wednesday, September 28, 2011 @ 15:32:10 Author: ibiru Revision: 138989
db-move: moved libchamplain from [gnome-unstable] to [testing] (i686) Added: libchamplain/repos/testing-i686/ libchamplain/repos/testing-i686/PKGBUILD (from rev 138832, libchamplain/repos/gnome-unstable-i686/PKGBUILD) Deleted: libchamplain/repos/gnome-unstable-i686/ ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Copied: libchamplain/repos/testing-i686/PKGBUILD (from rev 138832, libchamplain/repos/gnome-unstable-i686/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-09-28 19:32:10 UTC (rev 138989) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: Michael Kanis <mka...@gmx.de> + +pkgname=libchamplain +pkgver=0.12.0 +pkgrel=1 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/" +license=('LGPL') +arch=('i686' 'x86_64') +options=('!libtool') +depends=('clutter-gtk' 'libsoup-gnome' 'cairo' 'sqlite3') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('c6d2b9dc3b8fd1715c95a11b428c9121828953fd02cf301a7eb577c9b5bdba85') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr --disable-static --disable-debug \ + --enable-vala + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +}