diff --git a/srcpkgs/httpry/template b/srcpkgs/httpry/template index fca0351703b..b1f1890cdac 100644 --- a/srcpkgs/httpry/template +++ b/srcpkgs/httpry/template @@ -1,19 +1,19 @@ # Template file for 'httpry' pkgname=httpry version=0.1.8 -revision=1 +revision=2 +wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-makefile makedepends="libpcap-devel" short_desc="HTTP logging and information retrieval tool" maintainer="Florian Wagner " +license="GPL-2.0-only" homepage="http://dumpsterventures.com/jason/httpry/" -license="GPL-2" distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.tar.gz" checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0 -wrksrc="${pkgname}-${pkgname}-${version}" post_extract() { - sed -i -e'/^CC /d' \ + vsed -i -e'/^CC /d' \ -e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile }