From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/gtk-doc/gtk-doc.xibuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 repo/gtk-doc/gtk-doc.xibuild (limited to 'repo/gtk-doc') 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 +} + + -- cgit v1.2.1