22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
# Description: A log colorizer written in C with plugin support.
|
|
# URL: https://git.madhouse-project.org/archive/ccze/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Depends on: libpcre ncurses
|
|
|
|
name=ccze
|
|
version=0.2.1.2
|
|
sversion=0.2.1-2
|
|
release=1
|
|
source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz)
|
|
|
|
build() {
|
|
cd $name
|
|
|
|
autoheader
|
|
autoconf
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|