ccnet: update to 6.1.7.

This commit is contained in:
maxice8 2018-03-30 04:12:35 -03:00 committed by Enno Boland
parent 5c481e0e09
commit 9131dde3d3
2 changed files with 15 additions and 4 deletions

1
srcpkgs/ccnet-python Symbolic link
View File

@ -0,0 +1 @@
ccnet

View File

@ -1,17 +1,17 @@
# Template file for 'ccnet'
pkgname=ccnet
version=6.1.6
version=6.1.7
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config python vala libsearpc-codegen"
makedepends="glib-devel sqlite-devel libressl-devel libevent-devel libuuid-devel libsearpc-devel"
hostmakedepends="automake libsearpc-codegen libtool pkg-config vala"
makedepends="libevent-devel libsearpc-devel sqlite-devel"
short_desc="Seafile networking library"
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=c6ecec39b21dc92489f77b1975d808f6e7898fcbe623e3fb22dd5a39e1a8faf4
checksum=f9c81586181a8f331d3b00f334003e6b3f1af774f647cba30d5c9f9c546f7fce
pre_configure() {
./autogen.sh
@ -35,3 +35,13 @@ ccnet-devel_package() {
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
}
}