diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
commit | a26d3c8de667748085908f234a61404892c345e4 (patch) | |
tree | ad83490c98f49d5be7a848bd7385b55a041ffa76 /twin | |
parent | 03d159c18473037056d7009d45f14e08aacc5a61 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/10/11 13:35:43+02:00 local!CoreDump
base section fixes
2004/10/11 13:21:10+02:00 local!CoreDump
x11 section fixes
2004/10/11 13:01:40+02:00 local!CoreDump
Section fixes: replace net with console/net
BKrev: 416a702ahGepUmVenzmpZ_GI8n7joA
Diffstat (limited to 'twin')
-rw-r--r-- | twin/twin_0.4.6.oe | 2 | ||||
-rw-r--r-- | twin/twutils_0.2.oe | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/twin/twin_0.4.6.oe b/twin/twin_0.4.6.oe index 9d661811a0..0a38f8bff8 100644 --- a/twin/twin_0.4.6.oe +++ b/twin/twin_0.4.6.oe @@ -1,5 +1,7 @@ DESCRIPTION = "Twin is a text-mode windowing environment: it draws and manages text windows on a text-mode display, like X11 does for graphical windows. It has a built-in window manager and terminal emulator, and can be used as server for remote clients in the same style as X11. It can display on Linux console, on X11 and inside itself." MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" +SECTION = "console/utils" + DEPENDS = "coreutils-native" SRC_URI = "http://linuz.sns.it/~max/twin/twin-0.4.6.tar.gz \ diff --git a/twin/twutils_0.2.oe b/twin/twutils_0.2.oe index 45c2cffa72..c5bdc7ea66 100644 --- a/twin/twutils_0.2.oe +++ b/twin/twutils_0.2.oe @@ -2,6 +2,8 @@ DESCRIPTION = "Utilities for twin. Currently contains 'twkalc', a calculator der MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" DEPENDS = "twin" +SECTION = "console/utils" + SRC_URI = "http://linuz.sns.it/~max/twin/twutils-0.2.tar.gz" inherit autotools |