llhttp: fix description
This commit is contained in:
parent
b35f891f0a
commit
c47638a43d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'llhttp'
|
# Template file for 'llhttp'
|
||||||
pkgname=llhttp
|
pkgname=llhttp
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="llhttp-release-v${version}"
|
wrksrc="llhttp-release-v${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Port of http_parser to llparse"
|
short_desc="Port of http_parser to llparse"
|
||||||
|
@ -27,7 +27,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
llhttp-devel_package() {
|
llhttp-devel_package() {
|
||||||
short_desc="- development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue