pkgname=kazehakase-webkit pkgver=0.5.6 pkgrel=1 pkgdesc="GTK+ web browser that uses webkit as rendering engine" arch=('i686' 'x86_64') url="http://kazehakase.sourceforge.jp/" license=('GPL') depends=('xulrunner' 'libwebkit') makedepends=('intltool') conflicts=('kazehakase') provides=('kazehakase') replaces=('kazehakase') options=('!libtool') source=(http://downloads.sourceforge.jp/kazehakase/33533/kazehakase-$pkgver.tar.gz) md5sums=('b88257aa10dd53fd5d39c627f8f95890') build() { cd "$srcdir/kazehakase-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --with-webkit=libwebkit \ --disable-gtkmozembed --without-ruby \ --without-rgettext --without-gecko-engine || return 1 make || return 1 make DESTDIR="$pkgdir" install || return 1 }