mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
New package: c-capnproto-0.3
This commit is contained in:
parent
88d8827f90
commit
13a48f4cab
3 changed files with 35 additions and 0 deletions
|
@ -3286,6 +3286,7 @@ libwayland-cursor++.so.0.2 libwaylandpp-2.2.0_1
|
||||||
libwayland-client-extra++.so.0.2 libwaylandpp-2.2.0_1
|
libwayland-client-extra++.so.0.2 libwaylandpp-2.2.0_1
|
||||||
libfwupd.so.2 libfwupd-1.0.8_1
|
libfwupd.so.2 libfwupd-1.0.8_1
|
||||||
libfwup.so.1 libfwup-11_1
|
libfwup.so.1 libfwup-11_1
|
||||||
|
libcapnp_c.so.0 c-capnproto-0.3_1
|
||||||
libTKBin.so.7 occt-7.2.0p1_1
|
libTKBin.so.7 occt-7.2.0p1_1
|
||||||
libTKDraw.so.7 occt-7.2.0p1_1
|
libTKDraw.so.7 occt-7.2.0p1_1
|
||||||
libTKSTEP209.so.7 occt-7.2.0p1_1
|
libTKSTEP209.so.7 occt-7.2.0p1_1
|
||||||
|
|
1
srcpkgs/c-capnproto-devel
Symbolic link
1
srcpkgs/c-capnproto-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
c-capnproto
|
33
srcpkgs/c-capnproto/template
Normal file
33
srcpkgs/c-capnproto/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'c-capnproto'
|
||||||
|
pkgname=c-capnproto
|
||||||
|
version=0.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
|
depends="capnproto"
|
||||||
|
short_desc="C plugin for Cap'n Proto"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/opensourcerouting/c-capnproto"
|
||||||
|
distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=215bc921b5196d0e52a2a8a65d99b80f6a3c0c4413300736fd961c174cf79937
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
|
c-capnproto-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue