]> git.pld-linux.org Git - packages/freedroid.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 26 Jun 2003 20:01:18 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freedroid.spec -> 1.1

freedroid.spec [new file with mode: 0644]

diff --git a/freedroid.spec b/freedroid.spec
new file mode 100644 (file)
index 0000000..aba8ab7
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Clone of the C64 Game Paradroid
+Summary(pl):   Klon gry Paranoid z C64
+Name:          freedroid
+Version:       1.0.1
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:  a4350ce4695d1ab65db7b6e1d7124863
+URL:           http://freedroid.sourceforge.net/
+BuildRequires: SDL-devel >= 1.2.3
+BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_image-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a clone of the classic game "Paradroid" on Commodore 64 with
+some improvements and extensions to the classic version.
+
+%description -l pl
+Jest to klon klasycznej gry "Paranoid" na Commodore 64 z kilkoma
+ulepszeniami i dodatkami.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man6/*
This page took 0.095216 seconds and 4 git commands to generate.