mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
seafile-libclient: update to 6.1.7.
Closes: #13057 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ebb98e5eaf
commit
001a543f7e
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'seafile-libclient'
|
# Template file for 'seafile-libclient'
|
||||||
pkgname=seafile-libclient
|
pkgname=seafile-libclient
|
||||||
version=6.1.6
|
version=6.1.7
|
||||||
revision=1
|
revision=1
|
||||||
_distname="${pkgname/-libclient/}"
|
_distname="${pkgname/-libclient/}"
|
||||||
wrksrc="${_distname}-${version}"
|
wrksrc="${_distname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool pkg-config vala intltool libsearpc-codegen"
|
hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala"
|
||||||
makedepends="glib-devel sqlite-devel libressl-devel libevent-devel
|
makedepends="ccnet-devel libcurl-devel"
|
||||||
jansson-devel libsearpc-devel ccnet-devel libcurl-devel libuuid-devel"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Cloud storage system - client command-line and libraries"
|
short_desc="Cloud storage system - client command-line and libraries"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
||||||
homepage="https://github.com/haiwen/seafile"
|
homepage="https://github.com/haiwen/seafile"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
|
||||||
checksum=091439e165dc02346e753e4465dd7fe2097b45dfabf07a57e2ae414658653b33
|
checksum=91a4b923155f3ae7c7391d272afec8eebc40866767e45b1ce5a78783a3523fa4
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue