# Contributor: Jeff Bilyk # Maintainer: Natanael Copa pkgname=re2c pkgver=0.13.5 pkgrel=0 pkgdesc="A tool for writing fast and flexible scanners in C from regular expressions" url="http://www.re2c.org" arch="all" license="Public Domain" depends= makedepends= install= subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" # As Gentoo build, fix perms chmod -R u+rw . } build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="4a97d8f77ed6d2c76c8bd840a43f5633 re2c-0.13.5.tar.gz"