SPECS: mdk.spec (NEW) - new - ver. 0.1
kolodko
kolodko at pld-linux.org
Fri Aug 18 19:10:31 CEST 2006
Author: kolodko Date: Fri Aug 18 17:10:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
- ver. 0.1
---- Files affected:
SPECS:
mdk.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/mdk.spec
diff -u /dev/null SPECS/mdk.spec:1.1
--- /dev/null Fri Aug 18 19:10:31 2006
+++ SPECS/mdk.spec Fri Aug 18 19:10:25 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+Summary: GNU MIX Development Kit
+Summary(pl): GNU MIX Development Kit
+Name: mdk
+Version: 1.2.3
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://ftp.gnu.org/gnu/mdk/v1.2.3/%{name}-%{version}.tar.gz
+# Source0-md5: 1c74ec62c847792706be412289c8152b
+URL: http://www.gnu.org/software/mdk/mdk.html
+BuildRequires: automake
+BuildRequires: gtk+2-devel
+BuildRequires: guile-devel
+BuildRequires: libglade2-devel
+BuildRequires: pango
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MDK stands for MIX Development Kit, and provides tools for developing
+and executing, in a MIX virtual machine, MIXAL programs.
+
+The MIX is Donald Knuth's mythical computer, described in the first
+volume of The Art of Computer Programming, which is programmed using
+MIXAL, the MIX assembly language.
+
+MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
+(mixvm) with a command line interface. In addition, a GTK+ GUI to
+mixvm, called gmixvm, is provided; and, for Emacs guy, exists emacs
+mode, which allows running mixvm inside an Emacs GUD buffer.
+
+%description -l pl
+MDK dostarcza narzędzi deweloperskich do pisania i wykonywania
+programów w języku MIXAL na virtualnej maszynie MIX.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+ln -s doc/img
+cd doc
+%{__make} html
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+rm img/Makefile*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc doc/mdk.html doc/img AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_infodir}/*.info*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/08/18 17:10:25 kolodko
+- new
+- ver. 0.1
+
================================================================
More information about the pld-cvs-commit
mailing list