mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Radicale: bump to version 1.1.1
* upstream to Radicale 1.1.1 * add file list to be saved on sysupgrade Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
+10
-5
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2015 OpenWrt.org
|
# Copyright (C) 2008-2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
#
|
#
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=radicale
|
PKG_NAME:=radicale
|
||||||
PKG_VERSION:=1.1
|
PKG_VERSION:=1.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING
|
|||||||
|
|
||||||
PKG_SOURCE:=Radicale-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=Radicale-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/R/Radicale/
|
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/R/Radicale/
|
||||||
PKG_MD5SUM:=2e3f11d05d7a21ee412dfd7bd5c38961
|
PKG_MD5SUM:=a29dd538377ea24cec83237a636122ae
|
||||||
|
|
||||||
# needed for "r"adicale <-> "R"adicale
|
# needed for "r"adicale <-> "R"adicale
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/Radicale-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/Radicale-$(PKG_VERSION)
|
||||||
@@ -100,14 +100,19 @@ endef
|
|||||||
define Package/$(PKG_NAME)-py2/install
|
define Package/$(PKG_NAME)-py2/install
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/radicale.init $(1)/etc/init.d/radicale
|
$(INSTALL_BIN) ./files/radicale.init $(1)/etc/init.d/radicale
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||||
$(INSTALL_BIN) ./files/radicale.hotplug $(1)/etc/hotplug.d/iface/80-radicale
|
$(INSTALL_BIN) ./files/radicale.hotplug $(1)/etc/hotplug.d/iface/80-radicale
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_CONF) ./files/radicale.config $(1)/etc/config/radicale
|
$(INSTALL_CONF) ./files/radicale.config $(1)/etc/config/radicale
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/lib/upgrade/keep.d
|
||||||
|
$(INSTALL_DATA) ./files/radicale.upgrade $(1)/lib/upgrade/keep.d/radicale
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/etc/radicale/ssl
|
$(INSTALL_DIR) $(1)/etc/radicale/ssl
|
||||||
$(INSTALL_DATA) ./files/config.template $(1)/etc/radicale/
|
$(INSTALL_DATA) ./files/config.template $(1)/etc/radicale/config.template
|
||||||
$(INSTALL_DATA) ./files/logging.template $(1)/etc/radicale/
|
$(INSTALL_DATA) ./files/logging.template $(1)/etc/radicale/logging.template
|
||||||
$(INSTALL_DATA) ./files/radicale.users $(1)/etc/radicale/users
|
$(INSTALL_DATA) ./files/radicale.users $(1)/etc/radicale/users
|
||||||
$(INSTALL_DATA) ./files/radicale.rights $(1)/etc/radicale/rights
|
$(INSTALL_DATA) ./files/radicale.rights $(1)/etc/radicale/rights
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2006-2015 OpenWrt.org
|
# Copyright (C) 2006-2016 OpenWrt.org
|
||||||
|
|
||||||
START=80
|
START=80
|
||||||
STOP=10
|
STOP=10
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
/etc/config/radicale
|
||||||
|
/etc/radicale/users
|
||||||
|
/etc/radicale/rights
|
||||||
|
|
||||||
Reference in New Issue
Block a user