49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
# Template file for 'devhelp'
|
|
pkgname=devhelp
|
|
version=3.10.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="webkitgtk-devel>=2.1"
|
|
short_desc="API documentation browser for GTK+ and GNOME"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
homepage="https://wiki.gnome.org/devhelp"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=4d28d21a0331c67086607b737147947b288416ab38c8a0b0264f7a63bd4fce9b
|
|
long_desc="
|
|
Devhelp is an API documentation browser for GTK+ and GNOME. It works natively
|
|
with gtk-doc (the API reference framework developed for GTK+ and used
|
|
throughout GNOME for API documentation). If you use gtk-doc with your project,
|
|
you can use Devhelp to browse the documentation."
|
|
|
|
devhelp-devel_package() {
|
|
short_desc+=" - Development files"
|
|
depends="webkitgtk-devel>=2.1 devhelp-libs-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|
|
|
|
devhelp-libs_package() {
|
|
short_desc+=" - Runtime library"
|
|
pkg_install() {
|
|
vmove "usr/lib/libdevhelp*.so.*"
|
|
}
|
|
}
|
|
|
|
devhelp-gedit-plugin_package() {
|
|
short_desc+=" - gedit plugin"
|
|
depends="devhelp gedit python"
|
|
pkg_install() {
|
|
vmove usr/lib/gedit
|
|
}
|
|
}
|
|
|
|
devhelp_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|