summaryrefslogtreecommitdiff
path: root/testing/libchamplain/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libchamplain/PKGBUILD')
-rw-r--r--testing/libchamplain/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libchamplain/PKGBUILD b/testing/libchamplain/PKGBUILD
deleted file mode 100644
index bf1f1d11d..000000000
--- a/testing/libchamplain/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 155182 2012-04-01 11:35:00Z heftig $
-# Maintainer: Andreas Radke <andyrtr@archlinux.org>
-# Contributor: Michael Kanis <mkanis@gmx.de>
-
-pkgname=libchamplain
-pkgver=0.12.2
-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=('d23f97875e407fdc3e8fc86bef538a377c42f37f5be4fc8ec6063e7446fd7e2e')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}