httpry: fix license, other lint
This commit is contained in:
parent
ae5bf719ed
commit
9071994d80
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'httpry'
|
# Template file for 'httpry'
|
||||||
pkgname=httpry
|
pkgname=httpry
|
||||||
version=0.1.8
|
version=0.1.8
|
||||||
revision=1
|
revision=2
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libpcap-devel"
|
makedepends="libpcap-devel"
|
||||||
short_desc="HTTP logging and information retrieval tool"
|
short_desc="HTTP logging and information retrieval tool"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
homepage="http://dumpsterventures.com/jason/httpry/"
|
homepage="http://dumpsterventures.com/jason/httpry/"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0
|
checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e'/^CC /d' \
|
vsed -i -e'/^CC /d' \
|
||||||
-e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile
|
-e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue