updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libgnomeprintui / PKGBUILD
blob8dcdb384cc2aadf4ffe4e50a56d3b6e7769fbb02
1 # Maintainer: Alexander Rødseth <rodseth@gmail.com>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 pkgname=libgnomeprintui
4 pkgver=2.18.6
5 pkgrel=4
6 pkgdesc="User interface library for printing with GNOME"
7 arch=('x86_64' 'i686')
8 license=('GPL' 'LGPL')
9 depends=('libgnomeprint>=2.18.8' 'libgnomecanvas>=2.30.2' 'gnome-icon-theme')
10 makedepends=('intltool' 'pkgconfig')
11 options=('!libtool')
12 url="http://www.gnome.org/"
13 source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.18/$pkgname-$pkgver.tar.bz2")
14 sha256sums=('156ae5b66e5dcc546efa2449048f792d76c55b30d93a9b67b0c69665e346f46a')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   ./configure --prefix=/usr --disable-static
20   make
23 package() {
24   cd "$srcdir/$pkgname-$pkgver"
26   make DESTDIR="$pkgdir" install
29 # vim:set ts=2 sw=2 et: