]> git.pld-linux.org Git - packages/dropbear.git/commitdiff
- raw PLD spec, NFY
authorareq <areq@pld-linux.org>
Fri, 18 Apr 2003 11:56:12 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dropbear.spec -> 1.1

dropbear.spec [new file with mode: 0644]

diff --git a/dropbear.spec b/dropbear.spec
new file mode 100644 (file)
index 0000000..f65543d
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Dropbear - a smallish ssh 2 server
+Name:          dropbear
+Version:       0.30
+Release:       0.1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://matt.ucc.asn.au/dropbear/%{name}-%{version}.tar.bz2
+URL:           http://matt.ucc.asn.au/dropbear/dropbear.html
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is dropbear, a smallish and friendly ssh2 daemon.
+
+It is currently usable though betaish, requiring work in certain areas
+before use in a production environment. If you need a small sshd to
+run on a 4 meg laptop, then sure, use it now. But test it thoroughly
+before using it somewhere important :)
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D dropbear $RPM_BUILD_ROOT%{_sbindir}/dropbear
+install dropbearkey $RPM_BUILD_ROOT%{_sbindir}/dropbearkey
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_sbindir}/*
This page took 0.108448 seconds and 4 git commands to generate.