1 # Contributor: Jesus Jerez <jerezmoreno@gmail.com>
5 pkgdesc="gURLChecker is a graphical web sites checker for GNU/Linux and other POSIX OS"
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')
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/
21 make DESTDIR=${startdir}/pkg install || return 1