updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / gconf-doc / PKGBUILD
blob2183954dc9f244e7845093bd482325af90578de3
1 # Contributor: Giuseppe Fuggiano <giuseppe.fuggiano@gmail.com>
2 pkgname=gconf-doc
3 pkgver=2.22.0
4 pkgrel=1
5 pkgdesc="Documentation for GConf to be used in devhelp"
6 arch=(i686 x86_64)
7 url="http://library.gnome.org/devel/gconf/stable/"
8 license=('GPL')
9 source=(ftp://ftp.gnome.org/pub/gnome/sources/GConf/2.22/GConf-${pkgver}.tar.bz2)
10 md5sums=('a56c043afeb1052abaf45407409b0331')
12 build () {
13         # Create destination dir
14         install -d ${startdir}/pkg/usr/share/devhelp/books/gconf
16         # Install documentation to destination
17         install -D -m 644 ${startdir}/src/GConf-${pkgver}/doc/gconf/html/* \
18                 ${startdir}/pkg/usr/share/devhelp/books/gconf