radicale: use new extra_command function definition
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 28 Oct 2020 14:55:52 +0000 (15:55 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 4 Nov 2020 07:50:34 +0000 (08:50 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/radicale/Makefile
net/radicale/files/radicale.init

index 5422fa7c631422e47be88ccbb6f337d52e4cfe63..0e8003a8d35f487cc253552094778ecd2ee58f89 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=radicale
 PKG_VERSION:=1.1.6
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PYPI_NAME:=Radicale
 PKG_HASH:=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
index bb40941bbb82e784b64cc5bc914fb2e59782bb66..2bde8b280fae66373a06855f4ccbcb708b10bee3 100755 (executable)
@@ -4,8 +4,7 @@
 START=80
 STOP=10
 
-EXTRA_COMMANDS="export_storage"
-EXTRA_HELP="   export_storage <PATH>
+extra_command "export_storage" "<PATH>
        - export the storage into the specified folder
        - <PATH> can be directly used with the default storage backend of Radicale 2.x.x."