Date: Wednesday, September 28, 2011 @ 15:32:11
  Author: ibiru
Revision: 138990

db-move: moved libchamplain from [gnome-unstable] to [testing] (x86_64)

Added:
  libchamplain/repos/testing-x86_64/
  libchamplain/repos/testing-x86_64/PKGBUILD
    (from rev 138832, libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libchamplain/repos/gnome-unstable-x86_64/

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

Copied: libchamplain/repos/testing-x86_64/PKGBUILD (from rev 138832, 
libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2011-09-28 19:32:11 UTC (rev 138990)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Michael Kanis <[email protected]>
+
+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
+}

Reply via email to