]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/mc/mc.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = mc
7version = 4.7.4
8release = 1
3961710f 9
802ea3af
MT
10groups = Applications/System
11url = http://www.ibiblio.org/mc/
12license = GPLv2+
13summary = User-friendly text console file manager and visual shell.
0371d2c8 14
802ea3af
MT
15description
16 Midnight Commander is a visual shell much like a file manager, only
17 with many more features. It is a text mode application, but it also
18 includes mouse support. Midnight Commander's best features are its
19 ability to FTP, view tar and zip files, and to poke into RPMs for
3961710f 20 specific files.
802ea3af
MT
21end
22
23sources = %{thisapp}.tar.bz2
24sources_dl =
25
26build
27 requires
28 e2fsprogs-devel
29 glib2-devel
30 pkg-config
31 samba-devel
32 slang-devel
33 end
34
35 # This awkward dependency is found and cannot be resolved.
36 PKG_REQUIRES_FILTER = perl\(pieces\)
37
38 configure_options += \
39 --sysconfdir=/etc \
40 --libexecdir=/usr/lib \
41 --with-screen=slang \
42 --with-samba \
43 --without-x \
44 --enable-charset \
45 --disable-rpath
46
47 install_cmds
48 chmod 1755 %{BUILDROOT}/usr/lib/mc/cons.saver
49 end
50end
51
52packages
53 package %{name}
54end