mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
Merge pull request #12740 from zhanhb/conffiles
treewide: add and fix conffiles
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=device-observatory
|
||||
PKG_VERSION:=1.2.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/device-observatory/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
@@ -22,6 +22,10 @@ define Package/device-observatory
|
||||
DEPENDS:=+iw +libpcap +libmicrohttpd
|
||||
endef
|
||||
|
||||
define Package/device-observatory/conffiles
|
||||
/etc/config/device-observatory
|
||||
endef
|
||||
|
||||
define Package/device-observatory/description
|
||||
Show information about connected devices and connections to increase security awareness.
|
||||
endef
|
||||
|
||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=prometheus-statsd-exporter
|
||||
PKG_VERSION:=0.15.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=statsd_exporter-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/prometheus/statsd_exporter/tar.gz/v${PKG_VERSION}?
|
||||
@@ -42,6 +42,7 @@ define Package/prometheus-statsd-exporter/install
|
||||
endef
|
||||
|
||||
define Package/prometheus-statsd-exporter/conffiles
|
||||
/etc/config/prometheus-statsd-exporter
|
||||
/etc/prometheus-statsd-exporter.yml
|
||||
endef
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sane-backends
|
||||
PKG_VERSION:=1.0.30
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0
|
||||
@@ -290,7 +290,7 @@ This package contains the SANE backend for $(2).
|
||||
endef
|
||||
|
||||
define Package/sane-$(1)/conffiles
|
||||
/etc/sane.d/$(1).conf
|
||||
/etc/sane.d/$(1).conf
|
||||
endef
|
||||
|
||||
$$(eval $$(call BuildPackage,sane-$(1)))
|
||||
|
||||
Reference in New Issue
Block a user