mc: update to 4.8.4.
This commit is contained in:
parent
53f1160e2b
commit
64548802cd
2 changed files with 22 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
libglib-2.0.so.0
|
||||
libext2fs.so.2
|
||||
libc.so.6
|
||||
libssh2.so.1
|
||||
libncursesw.so.6
|
||||
libpthread.so.0
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue