From 47223f97905f70204ffdac9ea506b3cd1150e127 Mon Sep 17 00:00:00 2001 From: Drake Justice Date: Thu, 5 Aug 2010 02:30:53 +0000 Subject: [PATCH] move gobject-introspection to core, udev 'needs' it --- gobject-introspection/PKGBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 gobject-introspection/PKGBUILD diff --git a/gobject-introspection/PKGBUILD b/gobject-introspection/PKGBUILD deleted file mode 100644 index d6e993ada..000000000 --- a/gobject-introspection/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 77865 2010-04-18 19:50:51Z ibiru $ -# Maintainer: Jan de Groot -pkgname=gobject-introspection -pkgver=0.6.10 -pkgrel=1 -pkgdesc="Introspection system for GObject-based libraries" -url="http://live.gnome.org/GObjectInstrospection" -arch=('x86_64' 'i686') -license=('LGPL' 'GPL') -depends=('libffi>=3.0.8' 'glib2>=2.24.0' 'python' 'cairo>=1.8.10') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('36bd511a4d45967f95526f94708b3f4367e9d344aa11f3206fe6edb7fc3a8d4b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 -}