diff --git a/srcpkgs/h2o-devel b/srcpkgs/h2o-devel new file mode 120000 index 00000000000..302ecefd721 --- /dev/null +++ b/srcpkgs/h2o-devel @@ -0,0 +1 @@ +h2o \ No newline at end of file diff --git a/srcpkgs/h2o/template b/srcpkgs/h2o/template index 72433953c6e..3d86a8fad2c 100644 --- a/srcpkgs/h2o/template +++ b/srcpkgs/h2o/template @@ -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 " 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 + } +}