mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
ccnet: update to 6.1.8.
Closes #14240. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d949f23a38
commit
1a3ad6efa3
1 changed files with 8 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccnet'
|
# Template file for 'ccnet'
|
||||||
pkgname=ccnet
|
pkgname=ccnet
|
||||||
version=6.1.7
|
version=6.1.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libsearpc-codegen libtool pkg-config vala"
|
hostmakedepends="automake libsearpc-codegen libtool pkg-config vala"
|
||||||
|
@ -11,28 +11,25 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/haiwen/${pkgname}"
|
homepage="https://github.com/haiwen/${pkgname}"
|
||||||
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=f9c81586181a8f331d3b00f334003e6b3f1af774f647cba30d5c9f9c546f7fce
|
checksum=b55636bf95232dc1db70d3604d0bebb7c3d730292d15b9b6c5b951307eb69762
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc "README.markdown"
|
vdoc README.markdown
|
||||||
vdoc "LICENSE.txt"
|
vdoc LICENSE.txt
|
||||||
vdoc "HACKING"
|
vdoc HACKING
|
||||||
}
|
}
|
||||||
|
|
||||||
ccnet-devel_package() {
|
ccnet-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vdoc "README.markdown"
|
vmove usr/include
|
||||||
vdoc "LICENSE.txt"
|
|
||||||
vdoc "HACKING"
|
|
||||||
vmove "usr/include"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/pkgconfig"
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue