# Maintainerr: Florian Pritz # Contributor: Christian pkgname='glark' pkgver=1.8.0 pkgrel=1 pkgdesc='Glark offers grep-like searching of text files, with complex regular expressions.' url='http://www.incava.org/projects/glark/' arch=('i686' 'x86_64') license=('none') depends=('ruby') source=("http://www.incava.org/pub/glark/${pkgname}-${pkgver}.tar.gz") md5sums=('30ef4c3383eddbc1ae8ff927f02d5fb3') build() { cd ${startdir}/src/${pkgname}-${pkgver}/ make prefix=${startdir}/pkg/usr/ install || return 1 }