1 # Maintainer: Ian Yang <doit.ian@gmail.com>
5 pkgdesc="Logging library for C++"
8 url="http://code.google.com/p/google-glog/"
10 makedepends=('make' 'gcc')
12 source=(http://google-glog.googlecode.com/files/glog-${pkgver}.tar.gz)
13 md5sums=('897fbff90d91ea2b6d6e78c8cea641cc')
16 cd ${startdir}/src/glog-${pkgver}
18 ./configure --prefix=/usr || return 1
20 make DESTDIR=${pkgdir} install || return 1
22 # Lazy way of dealing with conflicting man and info pages...
23 rm -rf ${pkgdir}/usr/share