From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay05.ispgateway.de ([80.67.31.94]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1U4yA5-0008Am-Sw for ptxdist@pengutronix.de; Mon, 11 Feb 2013 19:31:30 +0100 Received: from [78.47.165.117] (helo=regiomontanus.your-server.de) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1U4yA5-0005YO-Ac for ptxdist@pengutronix.de; Mon, 11 Feb 2013 19:31:29 +0100 From: Bernhard Walle Date: Mon, 11 Feb 2013 19:31:26 +0100 Message-Id: <1360607486-14751-1-git-send-email-bernhard@bwalle.de> In-Reply-To: <20130207174336.GB6194@pengutronix.de> References: <20130207174336.GB6194@pengutronix.de> Subject: [ptxdist] [PATCH] wavemon: New package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Bernhard Walle --- rules/wavemon.in | 11 ++++++++++ rules/wavemon.make | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 rules/wavemon.in create mode 100644 rules/wavemon.make diff --git a/rules/wavemon.in b/rules/wavemon.in new file mode 100644 index 0000000..23d9189 --- /dev/null +++ b/rules/wavemon.in @@ -0,0 +1,11 @@ +## SECTION=networking + +config WAVEMON + tristate + prompt "wavemon" + select LIBC_M + select NCURSES + help + Ncurses-based monitoring application for wireless network devices + +# vim: set ft=kconfig sw=8 ts=8 noet: diff --git a/rules/wavemon.make b/rules/wavemon.make new file mode 100644 index 0000000..be92600 --- /dev/null +++ b/rules/wavemon.make @@ -0,0 +1,60 @@ +# -*-makefile-*- +# +# Copyright (C) 2013 by Bernhard Walle +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +PACKAGES-$(PTXCONF_WAVEMON) += wavemon + +# +# Paths and names +# +WAVEMON_VERSION := 0.7.5 +WAVEMON_MD5 := 77d4a0f099ca98cf98a915adc70694ba +WAVEMON := wavemon-$(WAVEMON_VERSION) +WAVEMON_SUFFIX := tar.bz2 +WAVEMON_URL := http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases//$(WAVEMON).$(WAVEMON_SUFFIX) +WAVEMON_SOURCE := $(SRCDIR)/$(WAVEMON).$(WAVEMON_SUFFIX) +WAVEMON_DIR := $(BUILDDIR)/$(WAVEMON) +WAVEMON_LICENSE := GPL + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +WAVEMON_CONF_ENV := \ + $(CROSS_ENV) \ + ac_cv_lib_cap_cap_get_flag=no + +# +# autoconf +# +WAVEMON_CONF_TOOL := autoconf + +# ---------------------------------------------------------------------------- +# Target-Install +# ---------------------------------------------------------------------------- + +$(STATEDIR)/wavemon.targetinstall: + @$(call targetinfo) + + @$(call install_init, wavemon) + @$(call install_fixup, wavemon,PRIORITY,optional) + @$(call install_fixup, wavemon,SECTION,base) + @$(call install_fixup, wavemon,AUTHOR,"Bernhard Walle ") + @$(call install_fixup, wavemon,DESCRIPTION,missing) + + @$(call install_copy, wavemon, 0, 0, 0755, -, /usr/bin/wavemon) + + @$(call install_finish, wavemon) + + @$(call touch) + +# vim: syntax=make -- 1.8.1.3 -- ptxdist mailing list ptxdist@pengutronix.de