diff --git a/ccze/Pkgfile b/ccze/Pkgfile index e41fe0fd9..d1c3ee2b8 100644 --- a/ccze/Pkgfile +++ b/ccze/Pkgfile @@ -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 } -