mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
mc: bump version.
This commit is contained in:
@@ -6,45 +6,43 @@ with support for binary files. Also included is Virtual Filesystem (VFS), \
|
||||
that allows files on remote systems (e.g. FTP, SSH servers) and files inside \
|
||||
archives to be manipulated like real files."
|
||||
HOMEPAGE="https://www.midnight-commander.org/"
|
||||
COPYRIGHT="1994-2016, Free Software Foundation"
|
||||
COPYRIGHT="1994-2017, Free Software Foundation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.midnight-commander.org/mc-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece"
|
||||
CHECKSUM_SHA256="eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="settings/mc directory keep-old"
|
||||
|
||||
PROVIDES="
|
||||
mc = $portVersion compat >= $portVersion
|
||||
cmd:mc = $portVersion compat >= $portVersion
|
||||
cmd:mcedit = $portVersion compat >= $portVersion
|
||||
cmd:mcdiff = $portVersion compat >= $portVersion
|
||||
cmd:mcview = $portVersion compat >= $portVersion
|
||||
mc = $portVersion
|
||||
cmd:mc = $portVersion
|
||||
cmd:mcedit = $portVersion
|
||||
cmd:mcdiff = $portVersion
|
||||
cmd:mcview = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libglib_2.0
|
||||
lib:libiconv
|
||||
lib:libintl
|
||||
lib:libncurses
|
||||
lib:libncursesw
|
||||
lib:libssh2
|
||||
lib:libssl
|
||||
lib:libz
|
||||
lib:libglib_2.0 >= 0.38
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libglib_2.0 >= 0.38
|
||||
devel:libiconv
|
||||
devel:libintl
|
||||
devel:libncurses
|
||||
devel:libncursesw
|
||||
devel:libssh2
|
||||
devel:libssl
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:gcc
|
||||
Reference in New Issue
Block a user