mc: update to 4.8.8.
This commit is contained in:
parent
2c4e11bb32
commit
74b96e961e
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'mc'
|
# Template file for 'mc'
|
||||||
pkgname=mc
|
pkgname=mc
|
||||||
version=4.8.7
|
version=4.8.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-screen=ncurses --without-x"
|
configure_args="--with-screen=ncurses --without-x"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config perl"
|
||||||
makedepends="libglib-devel e2fsprogs-devel ncurses-devel libssh2-devel"
|
makedepends="libglib-devel e2fsprogs-devel ncurses-devel libssh2-devel"
|
||||||
short_desc="User-friendly file manager and visual shell"
|
short_desc="User-friendly file manager and visual shell"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.ibiblio.org/mc/"
|
homepage="http://www.ibiblio.org/mc/"
|
||||||
distfiles="http://www.midnight-commander.org/downloads/mc-${version}.tar.xz"
|
#distfiles="http://www.midnight-commander.org/downloads/mc-${version}.tar.xz"
|
||||||
checksum=88f620f7944d629087e0f3518a7e7bff7600fd1c4fa157767cdcca95f2cb3074
|
distfiles="http://fossies.org/linux/misc/mc-${version}.tar.gz"
|
||||||
|
checksum=a53d8ecebba9112ffbd2bf502f0f8c358bafcd0538083a4922fe4573c3bccc1c
|
||||||
|
|
||||||
mc_package() {
|
mc_package() {
|
||||||
conf_files="
|
conf_files="
|
||||||
|
@ -26,7 +27,6 @@ mc_package() {
|
||||||
/etc/mc/mc.menu.sr
|
/etc/mc/mc.menu.sr
|
||||||
/etc/mc/mc.keymap.emac"
|
/etc/mc/mc.keymap.emac"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue