]> git.pld-linux.org Git - packages/vice.git/commitdiff
commodore emulator; stb
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Apr 2001 19:09:43 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vice.spec -> 1.1

vice.spec [new file with mode: 0644]

diff --git a/vice.spec b/vice.spec
new file mode 100644 (file)
index 0000000..15ff8c7
--- /dev/null
+++ b/vice.spec
@@ -0,0 +1,74 @@
+Summary:       Commodore emulator
+Summary(pl):   Emulator Commodore
+Name:          vice
+Version:       1.6
+Release:       1
+License:       GPL
+Group:         Applications/Emulators
+Group(de):     Applikationen/Emulators
+Group(pl):     Aplikacje/Emulatory
+Source0:       ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/%{name}-%{version}.tar.gz
+URL:           http://www.cs.cmu.edu/~dsladic/vice/vice.html
+BuildRequires: XFree86-devel
+BuildRequires: Xaw3d-devel
+BuildRequires: gettext-devel
+BuildRequires: readline-devel
+BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: libpng-devel
+BuildRequires: esound-devel
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: texinfo
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+VICE is a Versatile Commodore Emulator, i.e. a program that runs on a
+Unix, MS-DOS, Win95/NT, OS/2, RiscOS or BeOS machine and executes
+programs intended for the old 8-bit Commodore computers. The current
+version emulates the C64, the C128 (80 column screen is included now),
+the VIC20, all the PET models (except the SuperPET 9000, which is out
+of line anyway) and the CBM-II (aka C610).
+
+%description -l pl
+VICE jest wszechstronnym emulatorem 8-bitowego komputera Commodore.
+Aktualna wersja emuluje C64, C128 (wraz z trybem pracy 80 kolumnowym),
+VIC20, wszystkie modele PET (poza SuperPET 9000) oraz CBM-II (C610).
+
+%prep
+%setup -q
+
+%build
+gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
+%configure \
+       --enable-autobpp \
+       --with-xaw3d \
+       --with-sdl      
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS BUGS Chan* FEEDBACK NEWS README TODO
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(0755,root,root) %{_bindir}/*
+%{_libdir}/vice
+%{_mandir}/man?/*
+%{_infodir}/*info*
This page took 0.130565 seconds and 4 git commands to generate.