mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
micrond: initial check-in from freifunk-gluon package feed
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Matthias Schiffer
parent
92364502ad
commit
ad697d867e
@@ -0,0 +1,23 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=micrond
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=BSD-2-clause
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/micrond
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Small Cron daemon providing a cron.d directory other packages can install their crontabs into
|
||||
DEPENDS:=
|
||||
endef
|
||||
|
||||
define Package/micrond/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/micrond $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,micrond))
|
||||
Reference in New Issue
Block a user