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

Jan de Groot jgc at archlinux.org
Sat Sep 22 22:46:16 UTC 2007


    Date: Saturday, September 22, 2007 @ 18:46:16
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/pygtksourceview2

   Added: PKGBUILD (1.1)

upgpkg: pygtksourceview2 2.0.0-1
GNOME 2.20


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


Index: extra/gnome/pygtksourceview2/PKGBUILD
diff -u /dev/null extra/gnome/pygtksourceview2/PKGBUILD:1.1
--- /dev/null	Sat Sep 22 18:46:17 2007
+++ extra/gnome/pygtksourceview2/PKGBUILD	Sat Sep 22 18:46:16 2007
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.1 2007/09/22 22:46:16 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pygtksourceview2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Python bindings for gtksourceview2"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtksourceview2>=2.0.0' 'pygobject>=2.14.0')
+makedepends=('perlxml' 'pkgconfig')
+options=('!libtool')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.0/pygtksourceview-${pkgver}.tar.bz2)
+md5sums=('a4947108e7a669b67ff0ff157a132728')
+
+build() {
+  cd ${startdir}/src/pygtksourceview-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+	--localstatedir=/var --disable-static --disable-docs
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list