]> git.pld-linux.org Git - packages/labrea.git/commitdiff
- initital pld version based on DAG
authorundefine <undefine@pld-linux.org>
Tue, 16 Nov 2004 16:18:28 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    labrea.spec -> 1.1

labrea.spec [new file with mode: 0644]

diff --git a/labrea.spec b/labrea.spec
new file mode 100644 (file)
index 0000000..2b717b5
--- /dev/null
@@ -0,0 +1,51 @@
+# TODO:
+# - initscript
+Summary:       "Sticky" Honeypot and IDS
+Summary(pl):   Przynêta dla hackerów i IDS
+Name:          labrea
+Version:       2.5
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+URL:           http://labrea.sourceforge.net/
+Source0:       http://dl.sourceforge.net/labrea/%{name}-%{version}-stable-1.tar.gz
+# Source0-md5: e76d506e82b60cc5477ccee1b3368cda
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LaBrea takes over unused IP addresses, and creates virtual servers
+that are attractive to worms, hackers, and other denizens of the
+Internet. The program answers connection attempts in such a way that
+the machine at the other end gets "stuck", sometimes for a very long
+time.
+
+%description -l pl
+LaBrea przejmuje niewykorzystane adresy IP, i tworzy wirtualne serwery
+atrakcyjne dla robaków, hackerów i innych czarnych charakterów
+internetu. Program odpowiada prób± po³±czenia, tak ¿e atakuj±cy
+komputer mo¿e byæ zablokowany przez d³ugi okres czasu.
+
+%prep
+%setup -q -n %{name}-%{version}-stable-1
+
+%build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog INSTALL NEWS README TODO
+%{_mandir}/man?/*
+%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_sbindir}/labrea
This page took 0.081558 seconds and 4 git commands to generate.