diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/nonworking/freenx | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/nonworking/freenx')
-rw-r--r-- | recipes/nonworking/freenx/freenx_0.4.2.bb | 8 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nx-X11_1.5.0-15.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxagent_1.5.0-90.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxauth_1.5.0-1.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxcomp_1.5.0-65.bb | 8 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxcompext_1.5.0-16.bb | 7 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxdesktop_1.5.0-61.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxesd_1.5.0-3.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxproxy_1.5.0-9.bb | 8 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxscripts_1.5.0-11.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxsensor_1.5.0-5.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxspool_1.5.0-2.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxssh_1.5.0-21.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxuexec_1.5.0-3.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxviewer_1.5.0-14.bb | 3 | ||||
-rw-r--r-- | recipes/nonworking/freenx/nxwin_1.5.0-3.bb | 3 |
16 files changed, 67 insertions, 0 deletions
diff --git a/recipes/nonworking/freenx/freenx_0.4.2.bb b/recipes/nonworking/freenx/freenx_0.4.2.bb new file mode 100644 index 0000000000..dbd75b426b --- /dev/null +++ b/recipes/nonworking/freenx/freenx_0.4.2.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "NX is an exciting new technology for remote display. It provides near local speed application responsiveness over high latency, low bandwidth links." +LICENSE = "GPL" +HOMEPAGE = "http://freenx.berlios.de/" + +DEPENDS = "" + +SRC_URI = "http://download.berlios.de/freenx/freenx-${PV}.tar.gz" +inherit autotools diff --git a/recipes/nonworking/freenx/nx-X11_1.5.0-15.bb b/recipes/nonworking/freenx/nx-X11_1.5.0-15.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nx-X11_1.5.0-15.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxagent_1.5.0-90.bb b/recipes/nonworking/freenx/nxagent_1.5.0-90.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxagent_1.5.0-90.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxauth_1.5.0-1.bb b/recipes/nonworking/freenx/nxauth_1.5.0-1.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxauth_1.5.0-1.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxcomp_1.5.0-65.bb b/recipes/nonworking/freenx/nxcomp_1.5.0-65.bb new file mode 100644 index 0000000000..5add06585f --- /dev/null +++ b/recipes/nonworking/freenx/nxcomp_1.5.0-65.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +DEPENDS = "zlib diet-x11 xproto" + +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools + + +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxcompext_1.5.0-16.bb b/recipes/nonworking/freenx/nxcompext_1.5.0-16.bb new file mode 100644 index 0000000000..ea8df0ab2b --- /dev/null +++ b/recipes/nonworking/freenx/nxcompext_1.5.0-16.bb @@ -0,0 +1,7 @@ +DEPENDS = "diet-x11" +LICENSE = "GPL" + + +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxdesktop_1.5.0-61.bb b/recipes/nonworking/freenx/nxdesktop_1.5.0-61.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxdesktop_1.5.0-61.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxesd_1.5.0-3.bb b/recipes/nonworking/freenx/nxesd_1.5.0-3.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxesd_1.5.0-3.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxproxy_1.5.0-9.bb b/recipes/nonworking/freenx/nxproxy_1.5.0-9.bb new file mode 100644 index 0000000000..08b189d142 --- /dev/null +++ b/recipes/nonworking/freenx/nxproxy_1.5.0-9.bb @@ -0,0 +1,8 @@ +LICENSE = "" + +DEPENDS = "nxcomp" + +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" + +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxscripts_1.5.0-11.bb b/recipes/nonworking/freenx/nxscripts_1.5.0-11.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxscripts_1.5.0-11.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxsensor_1.5.0-5.bb b/recipes/nonworking/freenx/nxsensor_1.5.0-5.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxsensor_1.5.0-5.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxspool_1.5.0-2.bb b/recipes/nonworking/freenx/nxspool_1.5.0-2.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxspool_1.5.0-2.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxssh_1.5.0-21.bb b/recipes/nonworking/freenx/nxssh_1.5.0-21.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxssh_1.5.0-21.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxuexec_1.5.0-3.bb b/recipes/nonworking/freenx/nxuexec_1.5.0-3.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxuexec_1.5.0-3.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxviewer_1.5.0-14.bb b/recipes/nonworking/freenx/nxviewer_1.5.0-14.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxviewer_1.5.0-14.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" diff --git a/recipes/nonworking/freenx/nxwin_1.5.0-3.bb b/recipes/nonworking/freenx/nxwin_1.5.0-3.bb new file mode 100644 index 0000000000..29bbb24006 --- /dev/null +++ b/recipes/nonworking/freenx/nxwin_1.5.0-3.bb @@ -0,0 +1,3 @@ +SRC_URI = "http://64.34.161.181/download/1.5.0/sources/${P}.tar.gz" +inherit autotools +S = "${WORKDIR}/${PN}" |