[arch-commits] Commit in gtk-doc/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:31:49 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:31:48
Author: ibiru
Revision: 138967
db-move: moved gtk-doc from [gnome-unstable] to [testing] (any)
Added:
gtk-doc/repos/testing-any/
gtk-doc/repos/testing-any/PKGBUILD
(from rev 138832, gtk-doc/repos/gnome-unstable-any/PKGBUILD)
Deleted:
gtk-doc/repos/gnome-unstable-any/
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: gtk-doc/repos/testing-any/PKGBUILD (from rev 138832, gtk-doc/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2011-09-28 19:31:48 UTC (rev 138967)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gtk-doc
+pkgver=1.18
+pkgrel=1
+pkgdesc="Documentation tool for public library API"
+arch=('any')
+license=('GPL' 'FDL')
+depends=('docbook-xsl' 'gnome-doc-utils' 'perl')
+makedepends=('pkgconfig' 'jade')
+optdepends=('jade: SGML support')
+url="http://www.gtk.org/gtk-doc/"
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('785b591c561be1c8206f0d2575dc63558ea6199c3afe49cbc4efde94a6629a20')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=/usr/bin/python2
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list