PKGBUILDs/extra/libgnomeprintui/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
728 B
Bash

# $Id: PKGBUILD 29437 2009-03-08 17:44:27Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgnomeprintui
pkgver=2.18.4
pkgrel=1
pkgdesc="User Interface library for printing with GNOME"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
depends=('libgnomeprint>=2.18.6' 'libgnomecanvas>=2.20.1.1' 'gnome-icon-theme>=2.24.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)
md5sums=('e76d763f6279b900a63e5fb2909f8810')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}