ccnet: remove packages (embedded in seafile-libclient)
This commit is contained in:
parent
f1faa09244
commit
08dbfd97a4
|
@ -2334,7 +2334,6 @@ libm.so android-studio-3.0.1_1
|
|||
libdl.so android-studio-3.0.1_1
|
||||
libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
|
||||
libsearpc.so.1 libsearpc-3.0.7_1
|
||||
libccnet.so.0 ccnet-5.0.4_1
|
||||
libseafile.so.0 seafile-libclient-5.0.4_1
|
||||
libpodofo.so.0.9.6 libpodofo-0.9.6_1
|
||||
libIrcUtil.so.3 libcommuni-3.4.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ccnet
|
|
@ -1 +0,0 @@
|
|||
ccnet
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/rsa.c.orig 2017-05-06 19:32:15.000000000 +0000
|
||||
+++ lib/rsa.c 2017-05-06 19:32:23.971214589 +0000
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/* Forward compatibility functions if libssl < 1.1.0. */
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
||||
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
|
||||
{
|
|
@ -1,44 +0,0 @@
|
|||
# Template file for 'ccnet'
|
||||
pkgname=ccnet
|
||||
version=6.1.8
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
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=b55636bf95232dc1db70d3604d0bebb7c3d730292d15b9b6c5b951307eb69762
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.markdown
|
||||
vdoc LICENSE.txt
|
||||
vdoc HACKING
|
||||
}
|
||||
|
||||
ccnet-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
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…
Reference in New Issue