[arch-commits] CVS update of extra/gnome/libgnomeprintui (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jul 15 10:46:28 UTC 2007


    Date: Sunday, July 15, 2007 @ 06:46:28
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/libgnomeprintui

   Added: PKGBUILD (1.1)

Move packages in from current


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: extra/gnome/libgnomeprintui/PKGBUILD
diff -u /dev/null extra/gnome/libgnomeprintui/PKGBUILD:1.1
--- /dev/null	Sun Jul 15 06:46:28 2007
+++ extra/gnome/libgnomeprintui/PKGBUILD	Sun Jul 15 06:46:28 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/07/15 10:46:28 jgc Exp $
+# Maintainer: arjan <arjan at archlinux.org>
+
+pkgname=libgnomeprintui
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="User Interface library for printing with GNOME"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('libgnomeprint>=2.18.0' 'libgnomecanvas>=2.14.0' 'gnome-icon-theme>=2.18.0')
+makedepends=('perlxml' 'pkgconfig')
+options=('nolibtool')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('bea9871059cabee9d108bab32d58d2af')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list