ccnet: update to 6.1.8.

Closes #14240.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-08 09:43:55 -03:00 committed by Enno Boland
parent d949f23a38
commit 1a3ad6efa3

View file

@ -1,7 +1,7 @@
# Template file for 'ccnet'
pkgname=ccnet
version=6.1.7
revision=2
version=6.1.8
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libsearpc-codegen libtool pkg-config vala"
@ -11,28 +11,25 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="GPL-3.0-or-later"
homepage="https://github.com/haiwen/${pkgname}"
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=f9c81586181a8f331d3b00f334003e6b3f1af774f647cba30d5c9f9c546f7fce
checksum=b55636bf95232dc1db70d3604d0bebb7c3d730292d15b9b6c5b951307eb69762
pre_configure() {
./autogen.sh
}
post_install() {
vdoc "README.markdown"
vdoc "LICENSE.txt"
vdoc "HACKING"
vdoc README.markdown
vdoc LICENSE.txt
vdoc HACKING
}
ccnet-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() {
vdoc "README.markdown"
vdoc "LICENSE.txt"
vdoc "HACKING"
vmove "usr/include"
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/pkgconfig"
vmove usr/lib/pkgconfig
}
}