]> git.pld-linux.org Git - packages/baci.git/commitdiff
- initital version. programing language
authorundefine <undefine@pld-linux.org>
Thu, 8 Nov 2001 01:19:28 +0000 (01:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    baci.spec -> 1.1

baci.spec [new file with mode: 0644]

diff --git a/baci.spec b/baci.spec
new file mode 100644 (file)
index 0000000..ebc0d74
--- /dev/null
+++ b/baci.spec
@@ -0,0 +1,41 @@
+Summary:       BenAri Concurrent Interpreter
+Summary(pl):   Wspó³bie¿ny interpreter BACI
+Name:          baci
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Development/Languages
+Group(de):     Entwicklung/Sprachen
+Group(pl):     Programowanie/Jêzyki
+Source0:       %{name}src.tar.gz
+BuildRequires: flex
+BuildRequires: tk-devel
+URL:           http://control.auc.dk/~jdn/baci/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BenAri Concurrent Pascal PCODE Interpreter & Compiler.
+
+%description -l pl
+Kompilator i interpreter jêzyka BACI.
+
+%prep
+%setup -q -n %{name}src
+
+%build
+for i in lib pascomp disasm ccomp; do
+       make -C $i CFLAGS="%{rpmcflags}"
+done
+%{__make} -C interp gui std
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install ccomp/bacc disasm/badis pascomp/bapas interp/{bainterp,bagui} $RPM_BUILD_ROOT/%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.05998 seconds and 4 git commands to generate.