From ffb716efb79cdc99b6d191a77970de4c0b5451fd Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 14 Mar 2019 10:52:49 +0200 Subject: [PATCH] treewide,python: take over maintainership from Gergely Kiss This change changes the maintainer to `Alexandru Ardelean ` No functional changes. Bumping PKG_RELEASE on each package that is updated. Signed-off-by: Alexandru Ardelean --- lang/python/django-appconf/Makefile | 4 ++-- lang/python/django-compressor/Makefile | 4 ++-- lang/python/django-constance/Makefile | 4 ++-- lang/python/django-jsonfield/Makefile | 4 ++-- lang/python/django-picklefield/Makefile | 4 ++-- lang/python/django-postoffice/Makefile | 4 ++-- lang/python/django-restframework/Makefile | 4 ++-- lang/python/django-statici18n/Makefile | 4 ++-- lang/python/django/Makefile | 4 ++-- lang/python/flup/Makefile | 4 ++-- lang/python/gunicorn/Makefile | 4 ++-- lang/python/openpyxl/Makefile | 4 ++-- lang/python/pillow/Makefile | 4 ++-- lang/python/python-dateutil/Makefile | 4 ++-- lang/python/python-mysql/Makefile | 4 ++-- libs/libsearpc/Makefile | 4 ++-- net/seafile-ccnet/Makefile | 4 ++-- net/seafile-seahub/Makefile | 3 +-- net/seafile-server/Makefile | 4 ++-- 19 files changed, 37 insertions(+), 38 deletions(-) diff --git a/lang/python/django-appconf/Makefile b/lang/python/django-appconf/Makefile index 874e850be..0f61551f9 100644 --- a/lang/python/django-appconf/Makefile +++ b/lang/python/django-appconf/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-appconf PKG_VERSION:=1.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/34/b9/d07195652ab494b026f7cb0341dd6e5f2e6e39be177abe05e2cec8bd46e4/ PKG_HASH:=6a4d9aea683b4c224d97ab8ee11ad2d29a37072c0c6c509896dd9857466fb261 +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/django-appconf SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=A helper class for handling configuration defaults of packaged apps gracefully. URL:=http://django-appconf.readthedocs.org/ DEPENDS:=+python +django diff --git a/lang/python/django-compressor/Makefile b/lang/python/django-compressor/Makefile index 19e0f3e78..36a9e91b6 100644 --- a/lang/python/django-compressor/Makefile +++ b/lang/python/django-compressor/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-compressor PKG_VERSION:=2.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=MIT PKG_SOURCE:=django_compressor-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/82/76/1355459f90714517c52f264aa7245b52e59a273ec16e8f8d505fa6c342f8/ PKG_BUILD_DIR:=$(BUILD_DIR)/django_compressor-$(PKG_VERSION)/ PKG_HASH:=9616570e5b08e92fa9eadc7a1b1b49639cce07ef392fc27c74230ab08075b30f +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -24,7 +25,6 @@ define Package/django-compressor SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Compresses linked and inline JavaScript or CSS into single cached files. URL:=http://django-compressor.readthedocs.org/ DEPENDS:=+python +django diff --git a/lang/python/django-constance/Makefile b/lang/python/django-constance/Makefile index 228882000..cefb9167e 100644 --- a/lang/python/django-constance/Makefile +++ b/lang/python/django-constance/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-constance PKG_VERSION:=2.3.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-constance PKG_HASH:=a49735063b2c30015d2e52a90609ea9798da722ed070f091de51714758a5d018 +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/django-constance SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Django live settings with pluggable backends, including Redis. URL:=https://github.com/jazzband/django-constance DEPENDS:=+python +django diff --git a/lang/python/django-jsonfield/Makefile b/lang/python/django-jsonfield/Makefile index d3796d2c8..cd0117adf 100644 --- a/lang/python/django-jsonfield/Makefile +++ b/lang/python/django-jsonfield/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-jsonfield PKG_VERSION:=1.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/e4/b2/a079f0a2218e0eb7892edbf404e0bbfbb281a6bbf06966b775f5142ed159/ PKG_HASH:=6c0afd5554739365b55d86e285cf966cc3a45682fff963463364ea1f6511ca3e +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/django-jsonfield SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=JSONField for django models URL:=https://github.com/bradjasper/django-jsonfield DEPENDS:=+python +django diff --git a/lang/python/django-picklefield/Makefile b/lang/python/django-picklefield/Makefile index 5cd813d61..c9517201f 100644 --- a/lang/python/django-picklefield/Makefile +++ b/lang/python/django-picklefield/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-picklefield PKG_VERSION:=1.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-picklefield PKG_HASH:=ce7fee5c6558fe5dc8924993d994ccde75bb75b91cd82787cbd4c92b95a69f9c +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/django-picklefield SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Pickled object field for Django URL:=https://github.com/gintas/django-picklefield DEPENDS:=+python +django diff --git a/lang/python/django-postoffice/Makefile b/lang/python/django-postoffice/Makefile index d97f22d71..8d94e9e97 100644 --- a/lang/python/django-postoffice/Makefile +++ b/lang/python/django-postoffice/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-postoffice PKG_VERSION:=3.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=MIT PKG_SOURCE:=django-post_office-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-post_office PKG_HASH:=827937a944fe47cea393853069cd9315d080298c8ddb0faf787955d6aa51a030 PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION) +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -24,7 +25,6 @@ define Package/django-postoffice SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=A Django app to monitor and send mail asynchronously, complete with template support. URL:=https://github.com/ui/django-postoffice DEPENDS:=+python +django +django-jsonfield diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index 223158add..1fd3281a0 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework PKG_VERSION:=3.9.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=djangorestframework-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/djangorestframework PKG_HASH:=607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136 PKG_BUILD_DIR:=$(BUILD_DIR)/djangorestframework-$(PKG_VERSION) +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -24,7 +25,6 @@ define Package/django-restframework SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Web APIs for Django, made easy. URL:=https://www.django-rest-framework.org DEPENDS:=+python +django diff --git a/lang/python/django-statici18n/Makefile b/lang/python/django-statici18n/Makefile index ee0064699..1c4c91891 100644 --- a/lang/python/django-statici18n/Makefile +++ b/lang/python/django-statici18n/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-statici18n PKG_VERSION:=1.8.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-statici18n PKG_HASH:=ba9eeb3c4517027922645999359f8335fbb9fea04c457123cfbd6b4a36cbeda4 +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/django-statici18n SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=A Django app that provides helper for generating JavaScript catalog to static files. URL:=https://django-statici18n.readthedocs.org/ DEPENDS:=+python +django diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 180d5e137..98c2c2065 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django PKG_VERSION:=1.11.17 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django PKG_HASH:=a787ee66f4b4cf8ed753661cabcec603989677fa3a107fcb7f15511a44bdb483 PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION) -PKG_MAINTAINER:=Gergely Kiss +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE LICENSE.python PKG_CPE_ID:=cpe:/a:djangoproject:django diff --git a/lang/python/flup/Makefile b/lang/python/flup/Makefile index aefb6ffe9..099828dc3 100644 --- a/lang/python/flup/Makefile +++ b/lang/python/flup/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flup PKG_VERSION:=1.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/f/flup PKG_HASH:=5eb09f26eb0751f8380d8ac43d1dfb20e1d42eca0fa45ea9289fa532a79cd159 +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/flup SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Random assortment of WSGI servers URL:=https://www.saddi.com/software/flup/ DEPENDS:=+python diff --git a/lang/python/gunicorn/Makefile b/lang/python/gunicorn/Makefile index 779615d4a..2aa87f478 100644 --- a/lang/python/gunicorn/Makefile +++ b/lang/python/gunicorn/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gunicorn PKG_VERSION:=19.9.0 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/g/gunicorn PKG_HASH:=fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3 +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -24,7 +25,6 @@ define Package/gunicorn SECTION:=lang CATEGORY:=Languages TITLE:=WSGI HTTP Server for UNIX - MAINTAINER:=Gergely Kiss URL:=https://gunicorn.org DEPENDS:=+python +python-setuptools endef diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile index 4d9479348..6837def20 100644 --- a/lang/python/openpyxl/Makefile +++ b/lang/python/openpyxl/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openpyxl PKG_VERSION:=2.5.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/openpyxl PKG_HASH:=022c0f3fa1e873cc0ba20651c54dd5e6276fc4ff150b4060723add4fc448645e +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/openpyxl SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=A Python library to read/write Excel 2010 xlsx/xlsm files URL:=https://openpyxl.readthedocs.org/ DEPENDS:=+python +django diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 831ba8b5f..0495579a2 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow PKG_VERSION:=5.3.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=Pillow-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/P/Pillow PKG_HASH:=2ea3517cd5779843de8a759c2349a3cd8d3893e03ab47053b66d5ec6f8bc4f93 PKG_BUILD_DIR:=$(BUILD_DIR)/Pillow-$(PKG_VERSION) +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=CUSTOM PKG_LICENSE_FILES:=LICENSE @@ -26,7 +27,6 @@ define Package/pillow SECTION:=lang CATEGORY:=Languages TITLE:=The friendly PIL fork - MAINTAINER:=Gergely Kiss URL:=https://python-pillow.org/ DEPENDS:=+python +libfreetype +libjpeg +zlib +libtiff endef diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index aa90a5c19..7a211e5b0 100644 --- a/lang/python/python-dateutil/Makefile +++ b/lang/python/python-dateutil/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil PKG_VERSION:=2.7.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=BSD-2-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-dateutil PKG_HASH:=88f9287c0174266bb0d8cedd395cfba9c58e87e5ad86b2ce58859bc11be3cf02 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-dateutil-$(PKG_VERSION) +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk @@ -28,7 +29,6 @@ define Package/python-dateutil/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss TITLE:=Extensions to the standard Python datetime module URL:=https://dateutil.readthedocs.org/ endef diff --git a/lang/python/python-mysql/Makefile b/lang/python/python-mysql/Makefile index a56bfc308..3ad98165d 100644 --- a/lang/python/python-mysql/Makefile +++ b/lang/python/python-mysql/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-mysql PKG_VERSION:=1.3.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_SOURCE:=mysqlclient-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/m/mysqlclient PKG_HASH:=3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-mysql-$(PKG_VERSION) +PKG_MAINTAINER:=Alexandru Ardelean include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -30,7 +31,6 @@ define Package/python-mysql/Default SECTION:=lang CATEGORY:=Languages URL:=https://pypi.python.org/project/mysqlclient - MAINTAINER:=Gergely Kiss endef define Package/python-mysql diff --git a/libs/libsearpc/Makefile b/libs/libsearpc/Makefile index d29838b55..c52ca8222 100644 --- a/libs/libsearpc/Makefile +++ b/libs/libsearpc/Makefile @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsearpc PKG_VERSION:=3.1.0 -PKG_RELEASE=1 +PKG_RELEASE=2 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_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE.txt @@ -30,7 +31,6 @@ define Package/libsearpc SECTION:=libs CATEGORY:=Libraries TITLE:=Seafile RPC Library - MAINTAINER:=Gergely Kiss URL:=https://seafile.com DEPENDS:=+glib2 +jansson +python $(ICONV_DEPENDS) endef diff --git a/net/seafile-ccnet/Makefile b/net/seafile-ccnet/Makefile index 6278089e0..f7c96399d 100644 --- a/net/seafile-ccnet/Makefile +++ b/net/seafile-ccnet/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-ccnet PKG_VERSION:=6.3.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/ccnet-server/tar.gz/v$(PKG_VERSION)-server? PKG_HASH:=ab3d5bda728f87c71929a6247c9f74c5209b9b8e44bafa77db91e8de590ec6ef PKG_BUILD_DIR:=$(BUILD_DIR)/ccnet-server-$(PKG_VERSION)-server +PKG_MAINTAINER:=Alexandru Ardelean PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -28,7 +29,6 @@ define Package/seafile-ccnet SECTION:=net CATEGORY:=Network TITLE:=Seafile server - ccnet component - MAINTAINER:=Gergely Kiss URL:=http://seafile.com/ DEPENDS:=+libsearpc +libevent2 +libopenssl \ +glib2 +python +libzdb +libuuid \ diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 9278ddd0b..5dccfbe1e 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub PKG_VERSION:=6.3.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -26,7 +26,6 @@ define Package/seafile-seahub SECTION:=net CATEGORY:=Network TITLE:=Seafile server - seahub component - MAINTAINER:=Gergely Kiss URL:=https://seafile.com/ DEPENDS:=+python-simplejson +python +pillow +python-chardet +django +django-appconf \ +django-compressor +django-constance +django-formtools +django-jsonfield \ diff --git a/net/seafile-server/Makefile b/net/seafile-server/Makefile index 78fd3069f..cdb6d8984 100644 --- a/net/seafile-server/Makefile +++ b/net/seafile-server/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-server PKG_VERSION:=6.3.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seafile-server/tar.gz/v$(PKG_VERSION)-server? PKG_HASH:=1ba4c641bad8d7592fd2592827e81470c88b8e802707d2b1e6d551c16d0da100 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-server +PKG_MAINTAINER:=Alexandru Ardelean PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -37,7 +38,6 @@ define Package/seafile-server SECTION:=net CATEGORY:=Network TITLE:=Seafile server - MAINTAINER:=Gergely Kiss URL:=https://seafile.com/ DEPENDS:=+libarchive +libopenssl +glib2 +libsearpc +seafile-ccnet +seafile-seahub +sqlite3-cli +python-mysql +python-urllib3 \ +jansson +libevent2 +libevent2-openssl +zlib +libzdb +libsqlite3 +libmysqlclient \