From 9971ec44cbe8b9620c84db012fc72ecc0536ec7f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 31 Aug 2015 22:01:11 +0200 Subject: [PATCH] fcgi: fix indention and use $DEBIAN_SITE --- srcpkgs/fcgi/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/fcgi/template b/srcpkgs/fcgi/template index 7845867fd77..ec66cda8422 100644 --- a/srcpkgs/fcgi/template +++ b/srcpkgs/fcgi/template @@ -7,7 +7,7 @@ short_desc="Fast, open, and secure Web server interface" maintainer="Enno Boland " license="custom" homepage="http://www.fastcgi.com/" -distfiles="http://ftp.de.debian.org/debian/pool/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz" +distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz" checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7 wrksrc="libfcgi-${version}.orig" build_style=gnu-configure @@ -22,12 +22,12 @@ post_install() { } fcgi-devel_package() { - depends="fcgi>=${version}_${revision}" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so - } + depends="fcgi>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/*.so + } }