]> git.pld-linux.org Git - packages/dropbear.git/blob - dropbear.spec
cdb741b3d40ff759d0aa1d9c3caf69d47d42eb23
[packages/dropbear.git] / dropbear.spec
1 Summary:        Dropbear - a smallish ssh2 server
2 Summary(pl):    Dropbear - ma³y serwer ssh2
3 Name:           dropbear
4 Version:        0.47
5 Release:        0.1
6 License:        MIT
7 Group:          Applications/Networking
8 Source0:        http://matt.ucc.asn.au/dropbear/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cf634614d52278d44dfd9c224a438bf2
10 URL:            http://matt.ucc.asn.au/dropbear/dropbear.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  glib2-devel
14 BuildRequires:  intltool
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is dropbear, a smallish and friendly ssh2 daemon.
20
21 It is currently usable though betaish, requiring work in certain areas
22 before use in a production environment. If you need a small sshd to
23 run on a 4 meg laptop, then sure, use it now. But test it thoroughly
24 before using it somewhere important :)
25
26 %description -l pl
27 To jest dropbear - ma³y i przyjazny demon ssh2.
28
29 Jest aktualnie u¿ywalny, choæ jest w stanie beta, wymaga pracy w
30 niektórych obszarach przed u¿yciem w produkcyjnym ¶rodowisku. Je¶li
31 potrzebujemy ma³ego sshd do uruchomienia na laptopie z 4MB pamiêci,
32 mo¿na u¿ywaæ go ju¿ teraz. Ale przed u¿ywaniem do czego¶ wa¿niejszego
33 trzeba go porz±dnie przetestowaæ :)
34
35 %prep
36 %setup -q
37
38 %build
39 %{__glib_gettextize}
40 %{__intltoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_mandir}/man8
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 install dropbear{,key}.* $RPM_BUILD_ROOT%{_mandir}/man8
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc CHANGES README SMALL TODO
62 %attr(755,root,root) %{_bindir}/*
63 %attr(755,root,root) %{_sbindir}/*
64 %{_mandir}/man8/*
This page took 0.071519 seconds and 2 git commands to generate.