# $Id: PKGBUILD 92010 2010-09-28 16:45:19Z ibiru $ # Maintainer: Jan de Groot pkgname=libgnomeprintui pkgver=2.18.6 pkgrel=1 pkgdesc="User Interface library for printing with GNOME" arch=(i686 x86_64) license=('GPL' 'LGPL') depends=('libgnomeprint>=2.18.8' 'libgnomecanvas>=2.30.2' 'gnome-icon-theme>=2.31.0') makedepends=('intltool' 'pkgconfig') options=('!libtool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2) sha256sums=('156ae5b66e5dcc546efa2449048f792d76c55b30d93a9b67b0c69665e346f46a') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static make make DESTDIR="${pkgdir}" install }