Пакет emu51: Specfile

Name: emu51
Version: 0.0.3
Release: alt1
Group: Emulators
Summary: 8051 emulator
License: GPL
BuildPreReq: liballegro-devel gcc-c++
Source0: %name.tar
%description
Software Graphical 8051 Emulator, based on Allegro.
%prep
%setup -q -n %name
%build
%make_build LISTPATH=%_datadir/%name-%version
%install
%make_install DESTDIR=%buildroot LISTPATH=%_datadir/%name-%version install
%files
%_bindir/*
%_datadir/%name-%version/*
%changelog
* Thu Jan 03 2008 Yury A. Romanov <damned@altlinux.ru> 0.0.3-alt1
- Initial build for Sisyphus
- Added Makefile for Linux
- Created spec