Пакет udpcast: Specfile

Summary: UDP broadcast installation
Name: udpcast
#define real_version 20060929
Version: 20060929
Release: alt1
License: GPL and BSD
Group: Networking/Other
URL: http://udpcast.linux.lu/
Packager: Mikhail Pokidko <pma@altlinux.ru>
Source: %name-%version.tar.gz

#Requires: netcfg

%description
Allows easy installation of client machines via UDP broadcast

%prep
%setup -n %name-%version

%build
%configure \
	--prefix="%buildroot%_prefix" \
	--mandir="%buildroot%_mandir"
%make %?_smp_mflags

%install
##%%__make install
%make install

%files
%defattr(-, root, root, 0755)
%doc Changelog.txt cmd.html COPYING *.txt
%doc %_man1dir/udp-receiver.1*
%doc %_man1dir/udp-sender.1*
%_sbindir/udp-receiver
%_sbindir/udp-sender

%changelog
* Fri Jan 12 2007 Mikhail Pokidko <pma@altlinux.ru> 20060929-alt1
- Initial build