]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - mc/mc.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / mc / mc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = mc
7 version = 4.8.8
8 release = 1
9 epoch = 1
10
11 groups = Applications/System
12 url = http://www.ibiblio.org/mc/
13 license = GPLv2+
14 summary = User-friendly text console file manager and visual shell.
15
16 description
17 Midnight Commander is a visual shell much like a file manager, only
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
21 specific files.
22 end
23
24 sources = %{thisapp}.tar.xz
25 source_dl = http://www.midnight-commander.org/downloads/
26
27 build
28 requires
29 e2fsprogs-devel
30 glib2-devel
31 pkg-config
32 samba-devel
33 slang-devel
34 end
35
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
48 end
49
50 packages
51 package %{name}
52 # This awkward dependency is found and cannot be resolved.
53 filter_requires
54 perl\(pieces\)
55 end
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61 end