diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/libgnomeprintui |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/libgnomeprintui')
-rw-r--r-- | extra/libgnomeprintui/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libgnomeprintui/PKGBUILD b/extra/libgnomeprintui/PKGBUILD new file mode 100644 index 000000000..0a8186213 --- /dev/null +++ b/extra/libgnomeprintui/PKGBUILD @@ -0,0 +1,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 +} |