]> git.pld-linux.org Git - packages/cursel.git/commitdiff
FMLI (Form and Menu Language Interpreter) implementation
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 19 Apr 2001 15:57:26 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cursel.spec -> 1.1

cursel.spec [new file with mode: 0644]

diff --git a/cursel.spec b/cursel.spec
new file mode 100644 (file)
index 0000000..2ee1b8a
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       form and menu langugae interpreter
+Summary(pl):   interpreter jêzyka formularzy i menu
+Name:          cursel
+Version:       0.1.9
+Release:       1
+License:       GPL
+Group:         Applications/Terminal
+Group(de):     Applikationen/Terminal
+Group(pl):     Aplikacje/Terminal
+Source0:       http://users.pandora.be/stes/%{name}-%{version}.tar.gz
+BuildRequires: objc
+BuildRequires: byacc
+BuildRequires: flex
+BuildRequires: ncurses-ext
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CURSEL is a FMLI implementation, a small language that allows you to
+quickly make a form- and menu- based character interface to shell
+scripts and other programs.
+
+%description -l pl
+CURSEL jest implementacj± FMLI (Form and Menu Language Interpreter).
+Niewielki jêzyk pozwalaj±cy na szybkie tworzenie interfejsu
+u¿ytkownika do skryptów pow³oki lub innych programów.
+
+%prep
+%setup  -q
+
+%build
+%configure
+%{__make} \
+       OBJC="%{_bindir}/objc -I%{_includedir}/ncurses"\
+       LIBS=" -lform -lmenu -lncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       BINDIR=$RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README TODO CHANGES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.105661 seconds and 4 git commands to generate.