]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- initial version
authoryogib <yogib@pld-linux.org>
Sat, 11 Sep 2004 18:21:12 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR.spec -> 1.1

gAVR.spec [new file with mode: 0644]

diff --git a/gAVR.spec b/gAVR.spec
new file mode 100644 (file)
index 0000000..7d30dc1
--- /dev/null
+++ b/gAVR.spec
@@ -0,0 +1,41 @@
+Summary:       Serial programmer for Atmel AVR microcontrollers
+Summary(pl):   Szeregowy programator dla mikrokontrolerów AVR Atmela
+Name:          gAVR
+Version:       0.3
+Release:       0.1
+License:       GPL
+Group:         X11/Development/Tools
+Source0:       http://dl.sourceforge.net/gavr/%{name}-%{version}.tar.gz
+# Source0-md5: e538442a2880e6ee932068a47f865e92
+Patch0:                %{name}-typo_fix.patch
+URL:           http://pvdb.dse.nl/electronics/gAVR.html
+BuildRequires: gtk+2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Graphical programmer for Atmel AVR microcontrollers.
+
+%description -l pl
+Graficzny programator dla mikrokontrolerów AVR Atmela.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%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
+%attr(755,root,root) %{_bindir}/*
This page took 0.052294 seconds and 4 git commands to generate.