summaryrefslogtreecommitdiff
path: root/repo/gtk-doc/gtk-doc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/gtk-doc/gtk-doc.xibuild')
-rw-r--r--repo/gtk-doc/gtk-doc.xibuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/repo/gtk-doc/gtk-doc.xibuild b/repo/gtk-doc/gtk-doc.xibuild
new file mode 100644
index 0000000..074eca0
--- /dev/null
+++ b/repo/gtk-doc/gtk-doc.xibuild
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="docbook4-xml docbook-dtd docbook-xsl itstool libxslt"
+
+PKG_VER=1.33.2
+SOURCE=https://download.gnome.org/sources/gtk-doc/${PKG_VER%.*}/gtk-doc-$PKG_VER.tar.xz
+DESC="Documentation tool for public library API"
+
+prepare () {
+ autoreconf -fiv
+}
+build () {
+ ./configure --prefix=/usr &&
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}
+
+