Date: Sunday, February 21, 2010 @ 09:31:08 Author: jgc Revision: 69617
Add new package: gir-repository Added: gir-repository/ gir-repository/repos/ gir-repository/trunk/ gir-repository/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: gir-repository/trunk/PKGBUILD =================================================================== --- gir-repository/trunk/PKGBUILD (rev 0) +++ gir-repository/trunk/PKGBUILD 2010-02-21 14:31:08 UTC (rev 69617) @@ -0,0 +1,23 @@ +# Maintainer: Jan de Groot +# Contributor: Lucas Hermann Negri <[email protected]> +# Contributor: Valeriy Lyasotskiy <[email protected]> + +_gitdate=20100201 +pkgname=gir-repository +pkgver=0.6.6 +pkgrel=0.${_gitdate} +pkgdesc="Sharing binding infrastructure work, to make the GNOME platform even more binding friendly" +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('poppler-glib' 'dbus-glib' 'gconf' 'libsoup' 'babl' 'nautilus' 'libgnome-keyring' 'libnotify' 'gtksourceview2') +url="http://live.gnome.org/GObjectIntrospection/" +options=('!libtool') +source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${_gitdate}.tar.bz2) +md5sums=('ab4d7425686c4e1ab0dd780e7a6468a8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --disable-static --with-skipped-gir-modules=Pango,Atk,Gtk,PangoXft || return 1 + make || return 1 + make DESTDIR="${pkgdir}" install +}
