mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
ccnet: update to 6.1.7.
This commit is contained in:
parent
5c481e0e09
commit
9131dde3d3
2 changed files with 15 additions and 4 deletions
1
srcpkgs/ccnet-python
Symbolic link
1
srcpkgs/ccnet-python
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ccnet
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ccnet'
|
# Template file for 'ccnet'
|
||||||
pkgname=ccnet
|
pkgname=ccnet
|
||||||
version=6.1.6
|
version=6.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool pkg-config python vala libsearpc-codegen"
|
hostmakedepends="automake libsearpc-codegen libtool pkg-config vala"
|
||||||
makedepends="glib-devel sqlite-devel libressl-devel libevent-devel libuuid-devel libsearpc-devel"
|
makedepends="libevent-devel libsearpc-devel sqlite-devel"
|
||||||
short_desc="Seafile networking library"
|
short_desc="Seafile networking library"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
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=c6ecec39b21dc92489f77b1975d808f6e7898fcbe623e3fb22dd5a39e1a8faf4
|
checksum=f9c81586181a8f331d3b00f334003e6b3f1af774f647cba30d5c9f9c546f7fce
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -35,3 +35,13 @@ ccnet-devel_package() {
|
||||||
vmove "usr/lib/pkgconfig"
|
vmove "usr/lib/pkgconfig"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ccnet-python_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="ccnet"
|
||||||
|
depends="ccnet"
|
||||||
|
short_desc="Python2 bindings"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python2.7
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue