From 499413c5c7e2f84cc3f00f8f0137624d83af7255 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Tue, 17 Nov 2009 21:35:54 +0000 Subject: [PATCH] Install umurmur.conf as configuration file so it won't be overwritten by opkg. Step version to 0.1.3 --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e69fe6e..9c9a3d8 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ include $(TOPDIR)/rules.mk -# Name and release number of this package PKG_NAME:=umurmur -PKG_VERSION:=0.1.2 +PKG_VERSION:=0.1.3 PKG_RELEASE:=1 - PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk @@ -16,10 +14,10 @@ define Package/umurmur CATEGORY:=Network TITLE:=uMurmur DEPENDS:=+libopenssl +libconfig + URL:=http://code.google.com/p/umurmur + MAINTAINER:=Martin Johansson endef - -# Uncomment portion below for Kamikaze and delete DESCRIPTION variable above define Package/umurmur/description Minimalistic Mumble server daemon. endef @@ -43,7 +41,7 @@ define Package/umurmur/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/umurmurd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc - $(INSTALL_BIN) ./files/umurmur.conf $(1)/etc/umurmur.conf + $(INSTALL_CONF) ./files/umurmur.conf $(1)/etc/umurmur.conf $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/umurmur.init $(1)/etc/init.d/umurmur $(INSTALL_DIR) $(1)/etc/umurmur -- 2.30.2