SPECS: ktechlab.spec (NEW) - new (by Robert Tomasik <robert.tomasi...

prism prism at pld-linux.org
Wed Feb 1 21:51:11 CET 2006


Author: prism                        Date: Wed Feb  1 20:51:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (by Robert Tomasik <robert.tomasik(at)gmail.com>

---- Files affected:
SPECS:
   ktechlab.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ktechlab.spec
diff -u /dev/null SPECS/ktechlab.spec:1.1
--- /dev/null	Wed Feb  1 21:51:11 2006
+++ SPECS/ktechlab.spec	Wed Feb  1 21:51:06 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	An integrated circuit simulator
+Summary(pl):	Symulator układów elektronicznych
+Name:		ktechlab
+Version:	0.3
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://ktechlab.org/download/%{name}-%{version}.tar.bz2
+# Source0-md5:	0cc2f2054f7906780c8580560f04b0ff
+URL:		http://ktechlab.org/
+BuildRequires:	kdelibs-devel >= 3.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KTechlab is an IDE for electronic circuits and microcontrollers. It
+can perform simulation a variety of components (logic, integrated,
+linear, nonlinear and reactive), simulation and debugging of PIC
+microcontrollers via gpsim, and comes with its own closely-linked and
+complementary high level languages: FlowCode and Microbe.
+
+%description -l pl
+KTechlab jest środowiskiem do tworzenia obwodów elektronicznych i
+mikrokontrolerów. Może symulować różne komponenty (logiczne, liniowe,
+nieliniowe itp). Może także poprzez bibliotekę gpsim symulować pracę
+mikrokontrolerów PIC.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make} \
+        CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+mv $RPM_BUILD_ROOT%{_datadir}/applnk/Development/ktechlab.desktop $RPM_BUILD_ROOT%{_desktopdir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc %{_datadir}/doc/HTML/en/%{name}/*
+%{_datadir}/apps/%{name}
+%{_datadir}/config.kcfg/%{name}.kcfg
+%{_datadir}/apps/katepart/syntax/microbe.xml
+%{_iconsdir}/*/*x*/*/*.png
+%{_datadir}/mimelnk/application/*.desktop
+%{_desktopdir}/%{name}.desktop
+
+
+%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/02/01 20:51:06  prism
+- new (by Robert Tomasik <robert.tomasik(at)gmail.com>
+
================================================================


More information about the pld-cvs-commit mailing list