mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
bogofilter: mark /etc/bogofilter.cf as a configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bogofilter
|
PKG_NAME:=bogofilter
|
||||||
PKG_VERSION:=1.2.4
|
PKG_VERSION:=1.2.4
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@@ -40,6 +40,10 @@ CONFIGURE_ARGS += \
|
|||||||
--with-libdb-prefix=$(STAGING_DIR) \
|
--with-libdb-prefix=$(STAGING_DIR) \
|
||||||
--with-included-gsl
|
--with-included-gsl
|
||||||
|
|
||||||
|
define Package/bogofilter/conffiles
|
||||||
|
/etc/bogofilter.cf
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/bogofilter/install
|
define Package/bogofilter/install
|
||||||
$(INSTALL_DIR) $(1)/etc/ \
|
$(INSTALL_DIR) $(1)/etc/ \
|
||||||
$(1)/usr/bin \
|
$(1)/usr/bin \
|
||||||
|
|||||||
Reference in New Issue
Block a user