forked from ports/contrib
ccze: update url
This commit is contained in:
parent
ebd3b93976
commit
2eba4184b4
@ -1,5 +1,5 @@
|
||||
# Description: A log colorizer written in C with plugin support.
|
||||
# URL: http://bonehunter.rulez.org/software/ccze/
|
||||
# URL: http://freshmeat.net/projects/ccze/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Vincenzo Colosimo, vico at bicisport dot de
|
||||
# Depends on: libpcre ncurses
|
||||
@ -7,10 +7,10 @@
|
||||
name=ccze
|
||||
version=0.2.1
|
||||
release=3
|
||||
source=(http://ftp.debian.org/debian/pool/main/c/ccze/ccze_$version.orig.tar.gz)
|
||||
source=(http://ftp.debian.org/debian/pool/main/c/$name/${name}_$version.orig.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ccze-$version
|
||||
cd $name-$version
|
||||
|
||||
# GCC 4.x fixes
|
||||
sed -i src/Makefile.in -e 's/-Wswitch -Wmulticharacter/-Wswitch/'
|
||||
@ -25,4 +25,3 @@ build() {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user