description="Robust and modular log colorizer with many plugins"
url="http://freshmeat.net/projects/ccze/"

packager="tnut <tnut@nutyx.org>"
contributors="Greg"

makedepends=(ncurses pcre)

name=ccze
version=0.2.1
release=2

source=(ftp://ftp.debian.org/debian/pool/main/c/$name/${name}_${version}.orig.tar.gz 
		$name-fix-segfault.diff)


build() {

  cd $name-$version

  patch -Np0 -i ../$name-fix-segfault.diff

  #killing a bug
  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
  sed -e '/#undef error_t/d' -i system.h.in

  ./configure --prefix=/usr --mandir=/usr/share/man
  make
  make DESTDIR=$PKG install 
}
