]> git.pld-linux.org Git - packages/cursedmenu.git/blob - cursedmenu.spec
- release 5 (by relup.sh)
[packages/cursedmenu.git] / cursedmenu.spec
1 Summary:        ncurses based menu system for character based sessions
2 Summary(pl.UTF-8):      oparty o ncurses system menu dla sesji terminalowych
3 Name:           cursedmenu
4 Version:        1.0.4
5 Release:        5
6 License:        GPL v3
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/cursedmenu/%{name}-%{version}.tar.bz2
9 # Source0-md5:  31e9353ba603b95df3b742bfa3a0ed87
10 Patch0:         %{name}-gcc43.patch
11 URL:            http://cursedmenu.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libtool
16 BuildRequires:  ncurses-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Cursed Menu aims to create an ncurses based menu system for character
21 based sessions. This menu program could be used to create user, system
22 administration, or utility menus for clients connecting with text
23 based clients such as telnet, ssh, or rlogin.
24
25 %description -l pl.UTF-8
26 Cursed Menu ma na celus tworzenie opartego o ncurses systemu menu dla
27 sesji tekstowych. Program ten pozwala na stworzenie menu uzytkownika,
28 administratora lub innych dla klientów korzystających z sesji
29 tekstowych, takich jak telnet, ssh czy rlogin.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses"
37 export CPPFLAGS
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog src/{default.cmd,sub.cmd,sub2.cmd}
58 %attr(755,root,root) %{_bindir}/*
This page took 0.0821809999999999 seconds and 3 git commands to generate.