new package: add package 'gtk-doc'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:00:30 +01:00
parent 8bc90d2ea0
commit a98212041d
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options $1
cd $PKG_BUILD
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
cp gtk-doc.m4 $SYSROOT_PREFIX/usr/share/aclocal

View File

@ -0,0 +1,16 @@
PKG_NAME="gtk-doc"
PKG_VERSION="1.15"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gtk.org/gtk-doc/"
PKG_URL="http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gtk-doc: a project which was started to generate API documentation from comments added to C code."
PKG_LONGDESC="GTK-Doc is a project which was started to generate API documentation from comments added to C code. It is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"