* [PATCH] tunctl: new recipe, version 1.5
@ 2009-04-17 11:30 Roman I Khimov
2009-04-21 20:20 ` Roman I Khimov
2009-04-21 20:36 ` Koen Kooi
0 siblings, 2 replies; 3+ messages in thread
From: Roman I Khimov @ 2009-04-17 11:30 UTC (permalink / raw)
To: openembedded-devel
Tool for controlling the TUN/TAP driver in Linux.
---
conf/checksums.ini | 4 ++++
recipes/tunctl/tunctl.inc | 14 ++++++++++++++
recipes/tunctl/tunctl_1.5.bb | 1 +
3 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 recipes/tunctl/tunctl.inc
create mode 100644 recipes/tunctl/tunctl_1.5.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 948a4bf..fc17727 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -22682,6 +22682,10 @@ sha256=d91b4addcbb241b04b6cf795447163ed890a436b10205d2cd9cc1885ea3d9433
md5=ee74158c6c55ae16327595c70369ef83
sha256=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
+[http://downloads.sourceforge.net/tunctl/tunctl-1.5.tar.gz]
+md5=fdbedc263b3e85bb0e087cd567414607
+sha256=aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff
+
[http://alioth.debian.org/frs/download.php/2241/tuxmath_w_fonts-1.6.0.tar.gz]
md5=3aa0e0e488719611f0bc4441b63a6f56
sha256=f3aae7e2f67cf12f3da98325388c7b2f6718729aa69c5c804d1866d6a49f8592
diff --git a/recipes/tunctl/tunctl.inc b/recipes/tunctl/tunctl.inc
new file mode 100644
index 0000000..c9c7e95
--- /dev/null
+++ b/recipes/tunctl/tunctl.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "The tunctl tool for controlling the TUN/TAP driver in Linux."
+SECTION = "net"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
+
+do_compile() {
+ oe_runmake tunctl
+}
+
+do_install() {
+ install -d ${D}/${sbindir}
+ install -m 755 tunctl ${D}/${sbindir}
+}
diff --git a/recipes/tunctl/tunctl_1.5.bb b/recipes/tunctl/tunctl_1.5.bb
new file mode 100644
index 0000000..8a988a8
--- /dev/null
+++ b/recipes/tunctl/tunctl_1.5.bb
@@ -0,0 +1 @@
+require tunctl.inc
--
1.6.2.1
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tunctl: new recipe, version 1.5
2009-04-17 11:30 [PATCH] tunctl: new recipe, version 1.5 Roman I Khimov
@ 2009-04-21 20:20 ` Roman I Khimov
2009-04-21 20:36 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Roman I Khimov @ 2009-04-21 20:20 UTC (permalink / raw)
To: openembedded-devel
On Friday 17 April 2009 15:30:24 Roman I Khimov wrote:
> Tool for controlling the TUN/TAP driver in Linux.
> ---
> conf/checksums.ini | 4 ++++
> recipes/tunctl/tunctl.inc | 14 ++++++++++++++
> recipes/tunctl/tunctl_1.5.bb | 1 +
> 3 files changed, 19 insertions(+), 0 deletions(-)
> create mode 100644 recipes/tunctl/tunctl.inc
> create mode 100644 recipes/tunctl/tunctl_1.5.bb
ping
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tunctl: new recipe, version 1.5
2009-04-17 11:30 [PATCH] tunctl: new recipe, version 1.5 Roman I Khimov
2009-04-21 20:20 ` Roman I Khimov
@ 2009-04-21 20:36 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-04-21 20:36 UTC (permalink / raw)
To: openembedded-devel
On 17-04-09 13:30, Roman I Khimov wrote:
Acked-by: Koen Kooi <koen@openembedded.org>
> Tool for controlling the TUN/TAP driver in Linux.
> ---
> conf/checksums.ini | 4 ++++
> recipes/tunctl/tunctl.inc | 14 ++++++++++++++
> recipes/tunctl/tunctl_1.5.bb | 1 +
> 3 files changed, 19 insertions(+), 0 deletions(-)
> create mode 100644 recipes/tunctl/tunctl.inc
> create mode 100644 recipes/tunctl/tunctl_1.5.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 948a4bf..fc17727 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -22682,6 +22682,10 @@ sha256=d91b4addcbb241b04b6cf795447163ed890a436b10205d2cd9cc1885ea3d9433
> md5=ee74158c6c55ae16327595c70369ef83
> sha256=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
>
> +[http://downloads.sourceforge.net/tunctl/tunctl-1.5.tar.gz]
> +md5=fdbedc263b3e85bb0e087cd567414607
> +sha256=aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff
> +
> [http://alioth.debian.org/frs/download.php/2241/tuxmath_w_fonts-1.6.0.tar.gz]
> md5=3aa0e0e488719611f0bc4441b63a6f56
> sha256=f3aae7e2f67cf12f3da98325388c7b2f6718729aa69c5c804d1866d6a49f8592
> diff --git a/recipes/tunctl/tunctl.inc b/recipes/tunctl/tunctl.inc
> new file mode 100644
> index 0000000..c9c7e95
> --- /dev/null
> +++ b/recipes/tunctl/tunctl.inc
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "The tunctl tool for controlling the TUN/TAP driver in Linux."
> +SECTION = "net"
> +LICENSE = "GPL"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
> +
> +do_compile() {
> + oe_runmake tunctl
> +}
> +
> +do_install() {
> + install -d ${D}/${sbindir}
> + install -m 755 tunctl ${D}/${sbindir}
> +}
> diff --git a/recipes/tunctl/tunctl_1.5.bb b/recipes/tunctl/tunctl_1.5.bb
> new file mode 100644
> index 0000000..8a988a8
> --- /dev/null
> +++ b/recipes/tunctl/tunctl_1.5.bb
> @@ -0,0 +1 @@
> +require tunctl.inc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-21 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 11:30 [PATCH] tunctl: new recipe, version 1.5 Roman I Khimov
2009-04-21 20:20 ` Roman I Khimov
2009-04-21 20:36 ` Koen Kooi
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.