updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / libglade-doc / PKGBUILD
blob14be037f1f13d87e7b6971cbd328b1278e5305b5
1 # Contributor: Giuseppe Fuggiano <giuseppe.fuggiano@gmail.com>
2 pkgname=libglade-doc
3 pkgver=2.6.2
4 pkgrel=1
5 pkgdesc="Documentation for libglade 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/libglade/2.6/libglade-${pkgver}.tar.bz2)
10 md5sums=('da4f9d1c6cd1337f6ef5e2db768d8557')
12 build () {
13         # Create destination dir
14         install -d ${startdir}/pkg/usr/share/devhelp/books/libglade
16         # Install documentation to destination
17         install -D -m 644 ${startdir}/src/libglade-${pkgver}/doc/html/* \
18                 ${startdir}/pkg/usr/share/devhelp/books/libglade