mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
new package: add package 'gtk-doc'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8bc90d2ea0
commit
a98212041d
7
packages/x11/toolkits/gtk-doc/build
Executable file
7
packages/x11/toolkits/gtk-doc/build
Executable 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
|
16
packages/x11/toolkits/gtk-doc/meta
Normal file
16
packages/x11/toolkits/gtk-doc/meta
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user