aboutsummaryrefslogtreecommitdiffstats
path: root/mc
diff options
context:
space:
mode:
Diffstat (limited to 'mc')
-rw-r--r--mc/mc_4.6.0.bb0
-rw-r--r--mc/mc_4.6.0.oe31
2 files changed, 0 insertions, 31 deletions
diff --git a/mc/mc_4.6.0.bb b/mc/mc_4.6.0.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mc/mc_4.6.0.bb
diff --git a/mc/mc_4.6.0.oe b/mc/mc_4.6.0.oe
deleted file mode 100644
index 65527a54b6..0000000000
--- a/mc/mc_4.6.0.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "GNU Midnight Commander is a file \
-manager for free operating systems."
-HOMEPAGE = "http://www.ibiblio.org/mc/"
-LICENSE = "GPLv2"
-SECTION = "console/utils"
-PRIORITY = "optional"
-DEPENDS = "ncurses glib-2.0"
-
-SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
-
-inherit autotools
-
-EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
---without-nfs --without-gpm-mouse"
-
-do_configure() {
- gnu-configize
- oe_runconf
-}
-
-do_install() {
- cd src
- oe_runmake 'DESTDIR=${D}' install
- cd ../syntax
- oe_runmake 'DESTDIR=${D}' install
- cd ../po
- oe_runmake 'DESTDIR=${D}' install
- cd ../vfs
- oe_runmake 'DESTDIR=${D}' install
- cd ..
-}