diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-26 12:48:08 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-26 12:48:08 +0000 |
commit | c86759af98a513b368c047195d2a923164f98c25 (patch) | |
tree | 64decd7a8cb184a5aa6e23ea4f80396456ac17bb | |
parent | 0ba1b284a1d780c7c2948cb994e53d607d124611 (diff) |
squidview_0.72.bb: add squidview interactive tool for squid
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | packages/squidview/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/squidview/squidview_0.72.bb | 12 |
3 files changed, 13 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 37655b663e..4b74dc2778 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -97,7 +97,7 @@ Mail: jeremy.laine@bolloretelecom.eu Website: http://www.jerryweb.org/ Machines: mpc8313e-rdb Recipes: libexosip2, python-cheetah, python-django, python-pyopenssl, -Recipes: pump +Recipes: pump, squidview Person: Joaquim Duran Mail: joaquinduran@adtelecom.es diff --git a/packages/squidview/.mtn2git_empty b/packages/squidview/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/squidview/.mtn2git_empty diff --git a/packages/squidview/squidview_0.72.bb b/packages/squidview/squidview_0.72.bb new file mode 100644 index 0000000000..51dc085587 --- /dev/null +++ b/packages/squidview/squidview_0.72.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Interactive console program which monitors and displays squid logs" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "ncurses" +RDEPENDS = "squid" + +S = "${WORKDIR}/squidview-${PV}" + +SRC_URI = "http://www.rillion.net/squidview/squidview-${PV}.tar.gz" + +inherit autotools |