Merge pull request #7063 from neheb/patch-38
libsearpc: Update to 3.1.0
This commit is contained in:
commit
5302ac5cfc
2 changed files with 11 additions and 11 deletions
|
@ -8,17 +8,18 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libsearpc
|
PKG_NAME:=libsearpc
|
||||||
PKG_VERSION:=3.0.8
|
PKG_VERSION:=3.1.0
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)-1
|
PKG_RELEASE=1
|
||||||
PKG_LICENSE:=GPL-3.0
|
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=https://codeload.github.com/haiwen/libsearpc/tar.gz/v$(PKG_VERSION)?
|
||||||
|
PKG_HASH:=cbd86d3c37b54ca2060ca537a07940fe3e98498abf345b2f3e1cec488230231a
|
||||||
|
|
||||||
|
PKG_LICENSE:=GPL-3.0
|
||||||
|
PKG_LICENSE_FILES:=LICENSE.txt
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
|
||||||
PKG_SOURCE_URL:=https://github.com/haiwen/libsearpc.git
|
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_SOURCE_VERSION:=12a01268825e9c7e17794c58c367e3b4db912ad9
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
|
||||||
PKG_MIRROR_HASH:=8ca4785c4d276afeac212a26a143b22e45b85cf196c1218e4630f6072a33f430
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -30,7 +31,7 @@ define Package/libsearpc
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Seafile RPC Library
|
TITLE:=Seafile RPC Library
|
||||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||||
URL:=http://seafile.com/
|
URL:=https://seafile.com
|
||||||
DEPENDS:=+glib2 +jansson +python $(ICONV_DEPENDS)
|
DEPENDS:=+glib2 +jansson +python $(ICONV_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,6 @@ define Package/seafile-ccnet
|
||||||
DEPENDS:=+libsearpc +libevent2 +libopenssl \
|
DEPENDS:=+libsearpc +libevent2 +libopenssl \
|
||||||
+glib2 +python +libzdb +libuuid \
|
+glib2 +python +libzdb +libuuid \
|
||||||
+libpthread +libsqlite3 +jansson $(ICONV_DEPENDS)
|
+libpthread +libsqlite3 +jansson $(ICONV_DEPENDS)
|
||||||
EXTRA_DEPENDS:=libsearpc (=3.0.8-12a01268825e9c7e17794c58c367e3b4db912ad9-1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/seafile-ccnet/description
|
define Package/seafile-ccnet/description
|
||||||
|
|
Loading…
Reference in a new issue