diff --git a/srcpkgs/mc/mc.rshlibs b/srcpkgs/mc/mc.rshlibs index 597bba2506..6e6e706366 100644 --- a/srcpkgs/mc/mc.rshlibs +++ b/srcpkgs/mc/mc.rshlibs @@ -1,3 +1,5 @@ libglib-2.0.so.0 -libext2fs.so.2 libc.so.6 +libssh2.so.1 +libncursesw.so.6 +libpthread.so.0 diff --git a/srcpkgs/mc/template b/srcpkgs/mc/template index 94fe2d42e1..8f532b9e57 100644 --- a/srcpkgs/mc/template +++ b/srcpkgs/mc/template @@ -1,14 +1,16 @@ # Template file for 'mc' pkgname=mc -version=4.6.1 -distfiles="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/$pkgname-$version.tar.gz" -build_style=gnu-configure -configure_args="--with-screen=mcslang --enable-charset --without-x" +version=4.8.4 revision=1 -makedepends="pkg-config glib-devel e2fsprogs-devel" +build_style=gnu-configure +configure_args="--with-screen=ncurses --without-x" +makedepends="pkg-config glib-devel e2fsprogs-devel ncurses-devel libssh2-devel" short_desc="User-friendly file manager and visual shell" maintainer="Juan RP " -checksum=086ab03daaac28a28c0ddb9a709040b59e1322f6bfa68e39d004d9c66b119e7e +license="GPL-3" +homepage="http://www.ibiblio.org/mc/" +distfiles="http://www.midnight-commander.org/downloads/mc-$version.tar.xz" +checksum=b4be11c27857ec0c0896a7cd42dd1782a03d1e4c82c83f86b5cc880f6970863e long_desc=" GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a @@ -17,3 +19,14 @@ long_desc=" preserving the full power of the command prompt. You will wonder how you could ever live without it." +conf_files=" +/etc/mc/edit.indent.rc +/etc/mc/filehighlight.ini +/etc/mc/mc.ext +/etc/mc/mc.keymap +/etc/mc/mc.keymap.default +/etc/mc/mc.keymap.emacs +/etc/mc/mc.menu +/etc/mc/mc.menu.sr +/etc/mc/mcedit.menu +/etc/mc/sfs.ini"