From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- testing/libchamplain/PKGBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testing/libchamplain/PKGBUILD (limited to 'testing/libchamplain/PKGBUILD') 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 -# Contributor: Michael Kanis - -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 -} -- cgit v1.2.3-54-g00ecf