From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] sarg: new recipe
Date: Thu, 1 Apr 2010 14:18:18 -0700 [thread overview]
Message-ID: <20100401211818.GA5580@gmail.com> (raw)
In-Reply-To: <1270152215-17642-2-git-send-email-khimov@altell.ru>
On (02/04/10 00:03), Roman I Khimov wrote:
> Squid Analysis Report Generator is a tool that allow you to
> view "where" your users are going to on the Internet.
> Sarg provides many informations about Squid users
> activities: times, bytes, sites, etc...
>
> Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes/sarg/files/sarg.conf | 637 ++++++++++++++++++++++++++++++++++++++++++
> recipes/sarg/sarg_2.2.7.1.bb | 22 ++
> 2 files changed, 659 insertions(+), 0 deletions(-)
> create mode 100644 recipes/sarg/files/sarg.conf
> create mode 100644 recipes/sarg/sarg_2.2.7.1.bb
>
<snip>
> diff --git a/recipes/sarg/sarg_2.2.7.1.bb b/recipes/sarg/sarg_2.2.7.1.bb
> new file mode 100644
> index 0000000..77d6a72
> --- /dev/null
> +++ b/recipes/sarg/sarg_2.2.7.1.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Squid Analysis Report Generator"
> +SECTION = "network"
may be it should be in 'web' section ?
> +DEPENDS = "gd-ft"
> +RDEPENDS = "squid"
may be squid should be a RSUGGESTS ?
> +LICENSE = "GPL"
> +HOMEPAGE = "http://sarg.sourceforge.net/sarg.php"
> +PR = "r0"
> +
> +SRC_URI = " \
> + ${SOURCEFORGE_MIRROR}/sarg/sarg-${PV}.tar.gz;name=tar \
> + file://sarg.conf \
> + "
> +SRC_URI[tar.md5sum] = "0ce83323978e715ce70a6d2ab4f0daa4"
> +SRC_URI[tar.sha256sum] = "209398e7690876ef9df04ba7f0b4b47c91ea8cdcfd7a54d78f15b5548a2dd32e"
> +
> +inherit cmake
> +
> +EXTRA_OECMAKE = "-DSYSCONFDIR:STRING=${sysconfdir}/squid"
> +
> +do_install_append() {
> + install -m 0644 ${WORKDIR}/sarg.conf ${D}${sysconfdir}/squid/sarg.conf
> +}
> --
> 1.6.4.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-04-01 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-01 20:03 [PATCH 1/2] gd: add gd-ft recipe Roman I Khimov
2010-04-01 20:03 ` [PATCH 2/2] sarg: new recipe Roman I Khimov
2010-04-01 21:18 ` Khem Raj [this message]
2010-04-02 5:25 ` Roman I Khimov
2010-04-01 21:29 ` [PATCH 1/2] gd: add gd-ft recipe Khem Raj
2010-04-02 7:44 ` Koen Kooi
2010-04-05 19:48 ` [PATCH 1/2] gd: build with freetype support Roman I Khimov
2010-04-05 19:48 ` [PATCH 2/2] sarg: new recipe Roman I Khimov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100401211818.GA5580@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.