contrib/ccze/Pkgfile

22 lines
429 B
Plaintext
Raw Normal View History

2023-08-18 21:24:28 +02:00
# Description: A log colorizer written in C with plugin support
2023-01-24 02:22:04 +01:00
# URL: https://git.madhouse-project.org/archive/ccze/
2023-08-18 21:24:28 +02:00
# Maintainer: unmaintained
2008-03-18 11:10:19 +01:00
# Depends on: libpcre ncurses
2006-11-14 00:01:22 +01:00
name=ccze
2020-07-08 13:54:14 +02:00
version=0.2.1.2
sversion=0.2.1-2
release=1
2023-01-24 02:22:04 +01:00
source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2023-08-18 21:24:28 +02:00
cd $name
2006-11-14 00:01:22 +01:00
2023-08-18 21:24:28 +02:00
autoheader
autoconf
2006-11-14 00:01:22 +01:00
2023-08-18 21:24:28 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-11-14 00:01:22 +01:00
}