]> git.ipfire.org Git - ipfire-3.x.git/blame - mc/mc.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / mc / mc.nm
CommitLineData
3961710f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3961710f
MT
4###############################################################################
5
802ea3af 6name = mc
0e4f8ad0 7version = 4.8.16
270879ec 8release = 1
07a1e2ba 9epoch = 1
3961710f 10
802ea3af
MT
11groups = Applications/System
12url = http://www.ibiblio.org/mc/
13license = GPLv2+
14summary = User-friendly text console file manager and visual shell.
0371d2c8 15
802ea3af 16description
1f9bc2f0 17 Midnight Commander is a visual shell much like a file manager, only
802ea3af
MT
18 with many more features. It is a text mode application, but it also
19 includes mouse support. Midnight Commander's best features are its
20 ability to FTP, view tar and zip files, and to poke into RPMs for
3961710f 21 specific files.
802ea3af
MT
22end
23
270879ec
MT
24sources = %{thisapp}.tar.xz
25source_dl = http://www.midnight-commander.org/downloads/
802ea3af
MT
26
27build
28 requires
29 e2fsprogs-devel
30 glib2-devel
31 pkg-config
32 samba-devel
33 slang-devel
34 end
35
802ea3af
MT
36 configure_options += \
37 --sysconfdir=/etc \
38 --libexecdir=/usr/lib \
39 --with-screen=slang \
40 --with-samba \
41 --without-x \
42 --enable-charset \
43 --disable-rpath
44
45 install_cmds
46 chmod 1755 %{BUILDROOT}/usr/lib/mc/cons.saver
47 end
48end
49
50packages
51 package %{name}
01a0e3cd
MT
52 # This awkward dependency is found and cannot be resolved.
53 filter_requires
54 perl\(pieces\)
55 end
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end