]> git.pld-linux.org Git - packages/eic.git/commitdiff
- Just beginning of work. As this package has some weird build
authorklakier <klakier@pld-linux.org>
Wed, 23 Aug 2000 15:45:44 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and install process I cannot package it properly yet.
  To be continued ...

Changed files:
    eic.spec -> 1.1

eic.spec [new file with mode: 0644]

diff --git a/eic.spec b/eic.spec
new file mode 100644 (file)
index 0000000..ab61dc0
--- /dev/null
+++ b/eic.spec
@@ -0,0 +1,43 @@
+Summary:       C language interpreter
+Name:          eic
+Version:       4.3.0
+%define        dir     4_3_0
+Release:       1
+License:       Artistic License (generally free)
+Group:         Development/Languages
+Group(pl):     Programowanie/Jêzyki
+Source0:       http://www.kd-dev.com/~eic/download/eicdist/%{dir}/EiCsrc_%{version}.tgz
+URL:           http://www.kd-dev.com/~eic
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EiC is a freely available C language interpreter in both source and
+binary form. EiC allows you to write C programs, and then "execute"
+them as if they were a script (like a Perl script or a shell script). You
+can even embed EiC in your own programs, allowing your
+application to have a "scripting" language that is syntactically
+equivalent to C. It is also possible to let an EiC "script" call compiled
+library code and for compiled code to make callbacks to EiC user
+defined functions. 
+
+%prep
+%setup -q -n EiC
+
+
+
+%build
+#echo "INSTALL_DIR = %{_bindir}" >> project.params
+./config/makeconfig
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.120859 seconds and 4 git commands to generate.