Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > c3a708a6e9f1362c2f39e091ccfb6dda > files > 3

yabasic-2.716-1mdk.src.rpm

%define name yabasic
%define version 2.716
%define release 1mdk

Summary:	Small basic interpreter with printing and graphics
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Artistic
Group:		Development/Other
Source0:	http://www.yabasic.de/download/%{name}-%{version}.tar.bz2
Patch0:		%{name}-make.patch.bz2
URL:		http://www.yabasic.de/
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	automake
BuildRequires:	autoconf >= 2.13
BuildRequires:	libtool
BuildRequires:	XFree86-devel
BuildRequires:	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Yabasic implements the most common and simple elements of the basic
language; It comes with for-loops and goto with while-loops and
procedures. Yabasic does monochrome line grafics, printing comes with
no extra effort. Yabasic runs under Unix and Windows; it is small
(less than 200KB) and free.

%prep
%setup  -q
%patch0 -p1

%build
# rm -f missing
libtoolize --copy --force
aclocal
autoheader
autoconf
automake -a -c -i
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README *.htm ChangeLog tests
%{_bindir}/*

%changelog
* Wed Jul 31 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 2.716-1mdk
- 2.716
- bzip source
- buildrequires autoconf >= 2.13

* Mon Jun 24 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 2.671-1mdk 
- mdk adaptation from pld

Revision 1.7  2002/03/25 08:54:19  mis
- removed %%{_bindir} from file list; rel 16

Revision 1.6  2002/02/22 23:30:11  kloczek
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Revision 1.5  2002/01/18 02:15:46  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.4  2001/09/26 13:38:59  qboosh
- BuildRequires: libtool

Revision 1.3  2001/09/17 11:16:46  blues
- release 15
- ac2.5 ready (make libtool happy)

Revision 1.2  2001/02/23 08:49:55  misiek
basic interpretator; reborn. stb.