diff --git a/common/shlibs b/common/shlibs index 84932cd357..e0bce3ebc8 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3367,3 +3367,4 @@ libgetdns.so.10 getdns-1.5.0_1 libgetdns_ext_event.so.10 getdns-1.5.0_1 libgetdns_ext_ev.so.10 getdns-1.5.0_1 libgetdns_ext_uv.so.10 getdns-1.5.0_1 +libzck.so.1 zchunk-1.0.2_2 diff --git a/srcpkgs/zchunk-devel b/srcpkgs/zchunk-devel new file mode 120000 index 0000000000..a962607dfc --- /dev/null +++ b/srcpkgs/zchunk-devel @@ -0,0 +1 @@ +zchunk \ No newline at end of file diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index 39a8443137..a6b963cc5e 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,11 +1,11 @@ # Template file for 'zchunk' pkgname=zchunk version=1.0.2 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config" makedepends="libcurl-devel libzstd-devel" -short_desc="Compressed file format that splits the file into independent chunks" +short_desc="Easy-to-delta, compressed file format" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" @@ -19,7 +19,15 @@ case "$XBPS_TARGET_MACHINE" in esac post_install() { - rm -rf ${DESTDIR}/usr/include - rm -rf ${DESTDIR}/usr/lib/pkgconfig vlicense LICENSE } + +zchunk-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}-${version}_${revision} libressl-devel libzstd-devel" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig + } +}