SPECS: udpcast.spec (NEW) - initial pld release

snurf snurf at pld-linux.org
Sun Sep 25 20:16:45 CEST 2005


Author: snurf                        Date: Sun Sep 25 18:16:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld release

---- Files affected:
SPECS:
   udpcast.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/udpcast.spec
diff -u /dev/null SPECS/udpcast.spec:1.1
--- /dev/null	Sun Sep 25 20:16:45 2005
+++ SPECS/udpcast.spec	Sun Sep 25 20:16:39 2005
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	UDPcast is a file transfer tool
+Name:		udpcast
+Version:	20050226
+Release:	0.1
+License:	GPL v2 for main code, BSD-like for fec.c
+Group:		Networking
+# only working, recent url that i've found ;)
+Source0:	http://gentoo.nedlinux.nl/distfiles/%{name}-%{version}.tar.gz
+URL:		http://udpcast.linux.lu/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+UDPcast is a file transfer tool that can send data simultaneously to
+many destinations on a LAN. This can for instance be used to install
+entire classrooms of PC's at once. The advantage of UDPcast over using
+other methods (nfs, ftp, whatever) is that UDPcast uses Ethernet's
+multicast abilities: it won't take longer to install 15 machines than
+it would to install just 2.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__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)
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/25 18:16:39  snurf
+- initial pld release
+
================================================================



More information about the pld-cvs-commit mailing list