[arch-commits] CVS update of extra/gnome/libgnomeprint (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/libgnomeprint

   Added: PKGBUILD (1.1)

Move packages in from current


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


Index: extra/gnome/libgnomeprint/PKGBUILD
diff -u /dev/null extra/gnome/libgnomeprint/PKGBUILD:1.1
--- /dev/null	Sun Jul 15 06:46:28 2007
+++ extra/gnome/libgnomeprint/PKGBUILD	Sun Jul 15 06:46:28 2007
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD,v 1.1 2007/07/15 10:46:28 jgc Exp $
+# Maintainer: arjan <arjan at archlinux.org>
+
+pkgname=libgnomeprint
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="Printing routines for GNOME"
+arch=(i686 x86_64)
+license=('LGPL' 'GPL')
+depends=('pango>=1.16.1' 'libart-lgpl' 'popt' 'libxml2>=2.6.27' 'libgnomecups')
+makedepends=('perlxml' 'pkgconfig')
+replaces=('libgnomeprint-cups')
+conflicts=('libgnomeprint-cups')
+url="http://www.gnome.org"
+options=('nolibtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5bfc42d67cae1148d1faf238185cbf4d')
+sha1sums=('601eac4347515e285aee79bc0962d50ab0b27d4b')
+
+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