SPECS: kontrollerlab.spec (NEW) - new
yogib
yogib at pld-linux.org
Fri Dec 29 22:02:33 CET 2006
Author: yogib Date: Fri Dec 29 21:02:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
kontrollerlab.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/kontrollerlab.spec
diff -u /dev/null SPECS/kontrollerlab.spec:1.1
--- /dev/null Fri Dec 29 22:02:33 2006
+++ SPECS/kontrollerlab.spec Fri Dec 29 22:02:28 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: AVR microcontrollers IDE
+Summary(pl): IDE dla mikrokontrolerów AVR
+Name: kontrollerlab
+Version: 0.7.0
+Release: 0.1
+License: GPL
+Group: Development/Tools
+Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 11ffd5a8d27db4979810542b95713e20
+URL: http://www.cadmaniac.org/
+BuildRequires: kdelibs-devel
+BuildRequires: libtool
+BuildRequires: qt-devel >= 3.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KDE based IDE for AVR microcontrollers.
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__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)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/applnk/Utilities/*
+%{_datadir}/apps/*
+%{_datadir}/mimelnk/application/x-kontrollerlab.desktop
+%{_iconsdir}/*/*/apps/%{name}.png
+
+%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/12/29 21:02:28 yogib
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list