]> git.pld-linux.org Git - packages/armst.git/blame - armst.spec
- add pl summary and more stright description
[packages/armst.git] / armst.spec
CommitLineData
54c64fc4 1Summary: ST ARM-CortexM3 Linux RS-232 Loader
a256b8ab 2Summary(pl.UTF-8): Programator RS-232 dla ST ARM-CortexM3
54c64fc4
ER
3Name: armst
4Version: 1.20
5Release: 1
6License: GPL v3
7Group: Development/Tools
8Source0: http://isotel.eu/ARMst/%{name}-%{version}-src.tgz
9# Source0-md5: aeaf4fa71c5b2cf7a4678409f82ec13e
10Patch0: stmbl.patch
11URL: http://isotel.eu/ARMst/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15The ARMst utility is a command line tool for flashing the ST
16ARM-CortexM3 family via the standard RS-232 port.
17
18%description -l pl.UTF-8
a256b8ab
BZ
19ARMst jest narzędziem konsolowym do programowania pamięci flash
20mikrokontrolerów ST ARM Cortex-M3 przy użyciu portu RS-232.
54c64fc4
ER
21
22%prep
23%setup -n ARMst -q
24%patch0 -p0
25
26%build
1c65c09e
ER
27%{__make} \
28 CC="%{__cc}" \
29 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
4302edd6 30 LIBS="%{rpmldflags}"
54c64fc4
ER
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT%{_bindir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%{_bindir}/armst
This page took 0.049048 seconds and 4 git commands to generate.