plugins: switch PLUGIN_DESC and PLUGIN_COMMENT

This commit is contained in:
Franco Fichtner
2015-08-19 09:31:04 +02:00
parent 6a9db5631b
commit 578c761d7b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
all: check
PLUGIN_COMMENT!= git rev-list HEAD --max-count=1 | cut -c1-9
PLUGIN_DESC!= git rev-list HEAD --max-count=1 | cut -c1-9
PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \
+PRE_DEINSTALL +POST_DEINSTALL
PLUGIN_PREFIX= os-
@@ -36,7 +36,7 @@ PKG!= which pkg || echo true
check:
@[ -n "${PLUGIN_NAME}" ] || echo "PLUGIN_NAME not set"
@[ -n "${PLUGIN_VERSION}" ] || echo "PLUGIN_VERSION not set"
@[ -n "${PLUGIN_DESC}" ] || echo "PLUGIN_DESC not set"
@[ -n "${PLUGIN_COMMENT}" ] || echo "PLUGIN_COMMENT not set"
@[ -n "${PLUGIN_MAINTAINER}" ] || echo "PLUGIN_MAINTAINER not set"
# XXX throw an error here
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= test
PLUGIN_VERSION= 1.0
PLUGIN_DESC= A test package
PLUGIN_COMMENT= A test package
PLUGIN_DEPENDS= git vim-lite tmux
PLUGIN_MAINTAINER= franco@opnsense.org
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= vmware
PLUGIN_VERSION= 1.1
PLUGIN_DESC= VMware tools wrapper
PLUGIN_COMMENT= VMware tools wrapper
PLUGIN_DEPENDS= open-vm-tools-nox11
PLUGIN_MAINTAINER= franco@opnsense.org