h2o: update to 2.2.6, move pkgconfig files to -devel
This commit is contained in:
parent
1837251c02
commit
ca9bc9418b
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'h2o'
|
||||
pkgname=h2o
|
||||
version=2.2.5
|
||||
revision=4
|
||||
version=2.2.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
conf_files="/etc/h2o.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
license="MIT"
|
||||
homepage="https://h2o.examp1e.net/"
|
||||
distfiles="https://github.com/h2o/h2o/archive/v${version}.tar.gz"
|
||||
checksum=eafb40aa2d93b3de1af472bb046c17b2335c3e5a894462310e1822e126c97d24
|
||||
checksum=f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201
|
||||
|
||||
system_accounts="h2o"
|
||||
|
||||
|
@ -31,6 +31,7 @@ h2o-devel_package() {
|
|||
depends="${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue