updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / gurlchecker / PKGBUILD
blobf6a06ff93de49d46935600a4da1283926630aee7
1 # Contributor: Jesus Jerez <jerezmoreno@gmail.com>
2 pkgname=gurlchecker
3 pkgver=0.13.1
4 pkgrel=1
5 pkgdesc="gURLChecker is a graphical web sites checker for GNU/Linux and other POSIX OS"
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 depends=('gnutls>=2.8' 'gtk2>=2.18' 'libgnomeui>=2.24' 'libglade>=2.6' 'libxml2>=2.7' 'gnet>=2.0' 'libcroco>=0.6' 'tidyhtml>=1.37' 'json-glib>=0.10' 'sqlite3>=3.6')
9 url="http://gurlchecker.labs.libre-entreprise.org/"
10 source=(http://labs.libre-entreprise.org/frs/download.php/857/${pkgname}-${pkgver}.tar.gz configure.patch general.h.patch)
11 md5sums=('f69ed4da0e257131290f2e6e59c09059'
12                  '5fa444bea9093e71385b905eaeab3871'
13                  'a8d6da37d35e017d572504bdc0ede6aa')
15 build() {
16   cd ${startdir}/src/${pkgname}-${pkgver}
17   patch configure ${startdir}/configure.patch
18   patch src/general.h ${startdir}/general.h.patch
19   ./configure --prefix=/usr/
20   make || return 1
21   make DESTDIR=${startdir}/pkg install || return 1