summaryrefslogtreecommitdiff
path: root/extra/libgnomeprintui/PKGBUILD
blob: 0a8186213f1d4030360acdfd226897b33fe007eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 92010 2010-09-28 16:45:19Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>

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
}