summaryrefslogtreecommitdiff
path: root/testing/libgee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libgee/PKGBUILD')
-rw-r--r--testing/libgee/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libgee/PKGBUILD b/testing/libgee/PKGBUILD
deleted file mode 100644
index ee1cb1739..000000000
--- a/testing/libgee/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 169182 2012-10-18 19:23:57Z jgc $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=libgee
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}