1 # Maintainer: Marco Rocco <mr85mr@gmail.com>
6 pkgdesc="Documentation for GDK to be used in devhelp"
9 url="http://library.gnome.org/devel/gdk/"
10 source=(http://library.gnome.org/devel/gdk/gdk-html-${pkgver}.${pkgrel}.tar.gz)
12 md5sums=('9c04fc3b81b868129585362fc9822ab8')
15 # Create destination dir
16 install -d ${startdir}/pkg/usr/share/gtk-doc/html/gdk
18 # Install documentation to destination
19 install -D -m 644 ${startdir}/src/gdk-html-${pkgver}.${pkgrel}/* \
20 ${startdir}/pkg/usr/share/gtk-doc/html/gdk