]> git.pld-linux.org Git - packages/baci.git/blob - baci.spec
- bump release to 4 to allow upgrade from RA
[packages/baci.git] / baci.spec
1 Summary:        BenAri Concurrent Interpreter
2 Summary(pl):    Wspó³bie¿ny interpreter BACI
3 Name:           baci
4 Version:        1.0
5 Release:        4
6 License:        freeware
7 Group:          Development/Languages
8 Source0:        http://www.mines.edu/fs_home/tcamp/baci/%{name}src.tar.gz
9 # Source0-md5:  c1b4f0f555cf0aa8da3bed614b1aa8e3
10 Patch0:         %{name}-bapascal.patch
11 BuildRequires:  flex
12 BuildRequires:  tk-devel
13 URL:            http://www.mines.edu/fs_home/tcamp/baci/
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BenAri Concurrent Pascal PCODE Interpreter & Compiler.
18
19 %description -l pl
20 Kompilator i interpreter jêzyka BACI.
21
22 %prep
23 %setup -q -n %{name}src
24 %patch0
25
26 %build
27 for i in lib pascomp disasm ccomp; do
28         make -C $i CFLAGS="%{rpmcflags}"
29 done
30 %{__make} -C interp gui std
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install ccomp/bacc disasm/badis pascomp/bapas interp/{bainterp,bagui} $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/*
This page took 0.086083 seconds and 3 git commands to generate.