mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
http-parser: update to 2.8.1.
This commit is contained in:
parent
2a88150700
commit
6c1de9213f
1 changed files with 7 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'http-parser'
|
# Template file for 'http-parser'
|
||||||
pkgname=http-parser
|
pkgname=http-parser
|
||||||
version=2.8.0
|
version=2.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="HTTP request/response parser for c"
|
short_desc="HTTP request/response parser for c"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="MIT"
|
||||||
homepage="https://github.com/joyent/http-parser"
|
homepage="https://github.com/joyent/http-parser"
|
||||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||||
checksum=7277c6f99bf6fc272eb5d8fc3dca01e7cc1d4ae609b5d2c5d5e18added98479d
|
checksum=51615f68b8d67eadfd2482decc63b3e55d749ce0055502bbb5b0032726d22d96
|
||||||
make_build_target=library
|
make_build_target=library
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
@ -16,6 +16,10 @@ pre_install() {
|
||||||
vmkdir usr/include
|
vmkdir usr/include
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
||||||
|
|
||||||
http-parser-devel_package() {
|
http-parser-devel_package() {
|
||||||
depends="$sourcepkg>=${version}_${revision}"
|
depends="$sourcepkg>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue