msgpack-0.5.9: revision bump, distfiles change
Updated distfiles to point at the gnu-configure style release.
This commit is contained in:
parent
3b8c340b3c
commit
a6a4220792
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'msgpack'
|
||||
pkgname=msgpack
|
||||
version=0.5.9
|
||||
revision=1
|
||||
wrksrc="msgpack-c-cpp-${version}"
|
||||
build_style=cmake
|
||||
revision=2
|
||||
wrksrc="msgpack-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="cmake"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="An efficient binary serialization format"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://msgpack.org/"
|
||||
distfiles="https://github.com/msgpack/msgpack-c/archive/cpp-${version}.tar.gz"
|
||||
checksum=f86bf09323770825cc1c8cc49790cd4eafef6e6f1c9e70cfb3f9159c3501c277
|
||||
distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz"
|
||||
checksum=6139614b4142df3773d74e9d9a4dbb6dd0430103cfa7b083e723cde0ec1e7fdd
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/INSTALL/s,msgpack.pc,build/msgpack.pc,g' CMakeLists.txt
|
||||
|
|
Loading…
Reference in New Issue