From 29ca2a7ec7fb654b1238a62214e7f4079d43fef2 Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 7 Jun 2007 10:34:05 +1000 Subject: [PATCH] ccze: Fixed source --- ccze/.md5sum | 2 +- ccze/Pkgfile | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/ccze/.md5sum b/ccze/.md5sum index 33b2deda8..317d698a1 100644 --- a/ccze/.md5sum +++ b/ccze/.md5sum @@ -1 +1 @@ -221966bce7c5f011eca38157241a0432 ccze-0.2.1.tar.gz +221966bce7c5f011eca38157241a0432 ccze_0.2.1.orig.tar.gz diff --git a/ccze/Pkgfile b/ccze/Pkgfile index 00ffa7c9d..965e846ca 100644 --- a/ccze/Pkgfile +++ b/ccze/Pkgfile @@ -1,30 +1,31 @@ # Description: A log colorizer written in C with plugin support. # URL: http://bonehunter.rulez.org/software/ccze/ # Packager: Vincenzo Colosimo -# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# Maintainer: ames Mills prologic at shortcircuit dot net dot au # # Depends on: libpcre name=ccze version=0.2.1 release=3 -source=(ftp://bonehunter.rulez.org/pub/$name/stable/$name-$version.tar.gz) +source=(http://ftp.debian.org/debian/pool/main/c/ccze/ccze_$version.orig.tar.gz) build() { - cd $name-$version + cd $name-$version - # GCC 4.x fixes - sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' \ - -i src/Makefile.in - sed -e '/AC_CHECK_TYPE(error_t, int)/d' \ - -i configure.ac - autoconf + # GCC 4.x fixes + sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' \ + -i src/Makefile.in + sed -e '/AC_CHECK_TYPE(error_t, int)/d' \ + -i configure.ac + autoconf - ./configure \ - --prefix=/usr \ + ./configure \ + --prefix=/usr \ --mandir=/usr/man \ - --disable-nls + --disable-nls - make && make DESTDIR=$PKG install - chown -R root:root $PKG + make + make DESTDIR=$PKG install + chown -R root:root $PKG }