net: seafile-seahub: update maintainer & license file
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 1 Jul 2019 06:34:57 +0000 (09:34 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 22 Oct 2019 23:52:23 +0000 (01:52 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 5fd0baac09dd82ff7f7707c29ad4b0c5af197bbd)

net/seafile-seahub/Ma [new file with mode: 0644]
net/seafile-seahub/Makefile

diff --git a/net/seafile-seahub/Ma b/net/seafile-seahub/Ma
new file mode 100644 (file)
index 0000000..e69de29
index f87d2f4cf928c825d469b95851074918bd596daa..fa7a383fc9329c5c0f28d245aa3fa4df5923b354 100644 (file)
@@ -9,16 +9,20 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=seafile-seahub
 PKG_VERSION:=6.3.4
-PKG_RELEASE:=4
-PKG_LICENSE:=Apache-2.0
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server?
 PKG_HASH:=53a9efdb6791fd3a2a191e89cb0f133632056046ec08adbb2ad72088e6161430
-PKG_BUILD_DIR:=$(BUILD_DIR)/seahub-$(PKG_VERSION)-server
+
+PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
+PKG_LICENSE:=Apache-2.0
+PKG_LICENSE_FILES:=LICENSE.txt
 
 HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="django>=1.11"
 
+PKG_BUILD_DIR:=$(BUILD_DIR)/seahub-$(PKG_VERSION)-server
+
 include $(INCLUDE_DIR)/package.mk
 include ../../lang/python/python-package.mk