]> git.pld-linux.org Git - SPECS.git/blob - knoklin.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / knoklin.spec
1 Summary:        DCT3 flasher for Linux
2 Summary(pl.UTF-8):      Flasher DCT3 pod Linuksa
3 Name:           knoklin
4 Version:        1.0.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://zope.achterklap.nl:8080/nokia/sub_250software/sub_knoklin/%{name}-%{version}.tar.gz
9 # Source0-md5:  5319596bd01ba144e2a8ef10711c8ca9
10 URL:            http://zope.achterklap.nl:8080/nokia/sub_250software/sub_knoklin/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Knok for Linux is a DCT3 flasher for Linux. It is a port of the source
15 of KNOK.
16
17 %description -l pl.UTF-8
18 Knok dla Linuksa jest flasherem DCT3 pod Linuksa. Jest on oparty na
19 źródle KNOK-a.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} \
26         CC="%{__cc}" \
27         CFLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install src/cmd $RPM_BUILD_ROOT%{_bindir}
34 install src/sendcode $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog readme.txt TODO
42 %attr(755,root,root) %{_bindir}/*
This page took 0.272911 seconds and 3 git commands to generate.