]> git.pld-linux.org Git - packages/cursel.git/blob - cursel.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/cursel.git] / cursel.spec
1 Summary:        Form and menu language interpreter
2 Summary(pl):    Interpreter jêzyka formularzy i menu
3 Name:           cursel
4 Version:        0.1.9
5 Release:        3
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        http://users.pandora.be/stes/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  byacc
11 BuildRequires:  flex
12 BuildRequires:  ncurses-devel >= 5.2
13 BuildRequires:  objc
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 CURSEL is a FMLI implementation, a small language that allows you to
18 quickly make a form- and menu- based character interface to shell
19 scripts and other programs.
20
21 %description -l pl
22 CURSEL jest implementacj± FMLI (Form and Menu Language Interpreter).
23 Niewielki jêzyk pozwalaj±cy na szybkie tworzenie interfejsu
24 u¿ytkownika do skryptów pow³oki lub innych programów.
25
26 %prep
27 %setup  -q
28
29 %build
30 %{__autoconf}
31 %configure
32 %{__make} \
33         OBJC="%{_bindir}/objc -Wc:-march=%{_target_cpu} -I%{_includedir}/ncurses"\
34         LIBS="-lform -lmenu -lncurses"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39
40 %{__make} install \
41         BINDIR=$RPM_BUILD_ROOT%{_bindir}
42
43 gzip -9nf README TODO CHANGES
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_bindir}/*
This page took 0.153264 seconds and 3 git commands to generate.