]> git.pld-linux.org Git - packages/cec.git/blob - cec.spec
- new
[packages/cec.git] / cec.spec
1 Summary:        Coraid Ethernet Console client
2 Summary(pl):    Klient Coraid Ethernet Console (konsoli ethernetowej Coraid)
3 Name:           cec
4 Version:        4
5 Release:        1
6 License:        BSD
7 Group:          Networking
8 Source0:        http://dl.sourceforge.net/aoetools/%{name}-%{version}.tgz
9 # Source0-md5:  0b556d9e0aac29b14a38feb72f4cfa78
10 URL:            http://aoetools.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Coraid Ethernet Console (cec) is a lightweight protocol for
15 connecting two endpoints using raw ethernet frames. The communication
16 is not secure.
17
18 cec is also the name of the client used to connect to cec servers. It
19 will run on Linux, and BSD flavors supporting BPF.
20
21 %description -l pl
22 Coraid Ethernet Console (cec) to lekki protokó³ pozwalaj±cy na
23 po³±czenie dwóch koñców przy u¿yciu surowych ramek ethernetowych.
24 Komunikacja nie jest bezpieczna.
25
26 cec to tak¿e nazwa klienta s³u¿±cego do ³±czenia z serwerami cec.
27 Dzia³a pod Linuksem i odmianami BSD z obs³ug± BPF.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__make} \
34         CC="%{__cc}" \
35         CFLAGS="%{rpmcflags} -Wall" \
36         LDFLAGS="%{rpmldflags}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
41
42 install cec $RPM_BUILD_ROOT%{_sbindir}
43 install cec.8 $RPM_BUILD_ROOT%{_mandir}/man8
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc LICENSE NEWS README
51 %attr(755,root,root) %{_sbindir}/cec
52 %{_mandir}/man8/cec.8*
This page took 0.138352 seconds and 4 git commands to generate.