]> git.pld-linux.org Git - packages/cursel.git/blame - cursel.spec
- tabs in preamble
[packages/cursel.git] / cursel.spec
CommitLineData
b2c97981 1Summary: Form and menu language interpreter
a0c3f1fb 2Summary(pl.UTF-8): Interpreter języka formularzy i menu
c9f7086e 3Name: cursel
84e51ec8 4Version: 0.2.2
5Release: 1
c9f7086e
AM
6License: GPL
7Group: Applications/Terminal
c9f7086e 8Source0: http://users.pandora.be/stes/%{name}-%{version}.tar.gz
84e51ec8 9# Source0-md5: 3797e0236c4f6d76d8cfbb538d5240cf
10URL: http://users.pandora.be/stes/compiler.html
b2c97981 11BuildRequires: autoconf
c9f7086e
AM
12BuildRequires: byacc
13BuildRequires: flex
27ff3413 14BuildRequires: ncurses-ext-devel >= 5.2
9e67fe13 15BuildRequires: objc
c9f7086e
AM
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19CURSEL is a FMLI implementation, a small language that allows you to
20quickly make a form- and menu- based character interface to shell
21scripts and other programs.
22
db35df12
JR
23%description -l pl.UTF-8
24CURSEL jest implementacją FMLI (Form and Menu Language Interpreter).
25Niewielki język pozwalający na szybkie tworzenie interfejsu
26użytkownika do skryptów powłoki lub innych programów.
c9f7086e
AM
27
28%prep
7f059104 29%setup -q
c9f7086e
AM
30
31%build
9b798ce7 32%{__autoconf}
c9f7086e
AM
33%configure
34%{__make} \
af208722 35 OBJC="%{_bindir}/objc -Wc:%{rpmcflags} -I/usr/include/ncurses"\
7e7f97c6 36 LIBS="-lform -lmenu -lncurses %{rpmldflags}"
c9f7086e
AM
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_bindir}
41
42%{__make} install \
43 BINDIR=$RPM_BUILD_ROOT%{_bindir}
44
c9f7086e
AM
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
bba4377b 50%doc README TODO CHANGES
c9f7086e 51%attr(755,root,root) %{_bindir}/*
This page took 0.077556 seconds and 4 git commands to generate.