Merge pull request #719 from bougyman/feature/msgpack-devel-fix

msgpack-0.5.9: revision bump, distfiles change
This commit is contained in:
Juan RP 2014-12-13 08:57:31 +01:00
commit 16dc2e35be

View file

@ -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