Пакет sdcc: Specfile

Name: sdcc
Version: 5119
Release: alt1
Group: Development/C
URL: http://sdcc.sourceforge.net
License: GPL
Summary: Small Device C Compiler
Source: %name.tar
BuildPreReq: flex gcc-c++
%description
SDCC is a retargettable, optimizing ANSI - C compiler that targets the Intel 8051, 
Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in progress 
on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open Source Software, 
distributed under GNU General Public License (GPL).
%prep
%setup -q -n %name
%build
%configure --disable-debug --docdir=%_docdir/%name-%version
%make_build
%install
%make_install DESTDIR=%buildroot install
rm -fr /usr/src/tmp/sdcc-buildroot/usr/share/sdcc/lib/src

%files 
%_bindir/*
%_datadir/%name/*
%_docdir/%name-%version/*


%changelog
* Fri Mar 28 2008 Yury A. Romanov <damned@altlinux.ru> 5119-alt1
- 5119

* Thu Jan 03 2008 Yury A. Romanov <damned@altlinux.ru> 4988-alt1
- Initial build