diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-28 23:16:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-28 23:16:51 +0000 |
commit | f1326d679eb0e0f2ed52b49c7e36950db9b6694c (patch) | |
tree | 164605082a005bf93cc77c3f911baef08c93dfa8 | |
parent | 5955fb18c35b142cbc2090114d817db05bbf6b6e (diff) |
Move screen into nonworking until its working :)
BKrev: 3f776be3WCQ89a_kx6bOkeaPhpge-A
-rw-r--r-- | nonworking/screen/screen-3.9.15.oe | 0 | ||||
-rw-r--r-- | screen/screen-3.9.15.oe | 7 |
2 files changed, 0 insertions, 7 deletions
diff --git a/nonworking/screen/screen-3.9.15.oe b/nonworking/screen/screen-3.9.15.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/screen/screen-3.9.15.oe diff --git a/screen/screen-3.9.15.oe b/screen/screen-3.9.15.oe deleted file mode 100644 index 87daad651f..0000000000 --- a/screen/screen-3.9.15.oe +++ /dev/null @@ -1,7 +0,0 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 - -SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz -S := ${WORKDIR}/${P} - -inherit autotools |