From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1U3VVY-0004rn-N1 for ptxdist@pengutronix.de; Thu, 07 Feb 2013 18:43:36 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1U3VVY-0004Ef-MV for ptxdist@pengutronix.de; Thu, 07 Feb 2013 18:43:36 +0100 Date: Thu, 7 Feb 2013 18:43:36 +0100 From: Michael Olbrich Message-ID: <20130207174336.GB6194@pengutronix.de> References: <1360096469-19911-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1360096469-19911-1-git-send-email-bernhard@bwalle.de> Subject: Re: [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: , 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 On Tue, Feb 05, 2013 at 09:34:29PM +0100, Bernhard Walle wrote: > Signed-off-by: Bernhard Walle > --- > rules/wavemon.in | 11 +++++++++++ > rules/wavemon.make | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 63 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..fa57113 > --- /dev/null > +++ b/rules/wavemon.make > @@ -0,0 +1,52 @@ > +# -*-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 > + keep the prepare Header here. and you need to add ac_cv_lib_cap_cap_get_flag=no to WAVEMON_CONF_ENV, to make sure it's not accidentally used. Maybe conditionally with an option selecting libcap if you like. Michael > +# > +# 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.2 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de