mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: libmpack-1.0.5.
This commit is contained in:
parent
0f60bc6947
commit
215b61fc14
3 changed files with 27 additions and 0 deletions
|
@ -993,6 +993,7 @@ libLLVM-4.0.so libllvm4.0-4.0.0_1
|
||||||
libLLVM-5.0.so libllvm5.0-5.0.0_1
|
libLLVM-5.0.so libllvm5.0-5.0.0_1
|
||||||
libLLVM-6.0.so libllvm6.0-6.0.0_1
|
libLLVM-6.0.so libllvm6.0-6.0.0_1
|
||||||
libisofs.so.6 libisofs-0.6.24_1
|
libisofs.so.6 libisofs-0.6.24_1
|
||||||
|
libmpack.so.0 libmpack-1.0.5_1
|
||||||
libv8.so.3.24 libv8-3.24.35.22_1
|
libv8.so.3.24 libv8-3.24.35.22_1
|
||||||
libGeoIP.so.1 libgeoip-1.4.8_1
|
libGeoIP.so.1 libgeoip-1.4.8_1
|
||||||
libcherokee-base.so.0 libcherokee-1.2.101_1
|
libcherokee-base.so.0 libcherokee-1.2.101_1
|
||||||
|
|
1
srcpkgs/libmpack-devel
Symbolic link
1
srcpkgs/libmpack-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libmpack
|
25
srcpkgs/libmpack/template
Normal file
25
srcpkgs/libmpack/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libmpack'
|
||||||
|
pkgname=libmpack
|
||||||
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="libtool"
|
||||||
|
short_desc="Simple implementation of msgpack in C"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MTI"
|
||||||
|
homepage="https://github.com/libmpack/libmpack"
|
||||||
|
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
||||||
|
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
||||||
|
make_check_target=test
|
||||||
|
nocross="libtool usage doesn't support cross-compiling"
|
||||||
|
|
||||||
|
libmpack-devel_package() {
|
||||||
|
depends="libmpack-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue