h2o: update to 1.5.2.

This commit is contained in:
Juan RP 2015-10-26 16:54:56 +01:00
parent c49eb86bc2
commit 9de6643fe3
2 changed files with 12 additions and 2 deletions

1
srcpkgs/h2o-devel Symbolic link
View file

@ -0,0 +1 @@
h2o

View file

@ -1,6 +1,6 @@
# Template file for 'h2o'
pkgname=h2o
version=1.5.0
version=1.5.2
revision=1
build_style=cmake
conf_files="/etc/h2o.conf"
@ -14,10 +14,19 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT"
homepage="https://github.com/h2o/h2o"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b0700b30e26852d6dca2fc72d3f742ab8a0694ae7e1871e33b0cfb5ce1bdde7e
checksum=1daf205b86e0a5ce96937db733ab02205a4f57dcb9ded8507fc7dd0a00c00dc2
post_install() {
vsv h2o
vconf ${FILESDIR}/h2o.conf
vlicense LICENSE
}
h2o-devel_package() {
short_desc+=" - development files"
depends="${makedepends}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
}
}