]> git.pld-linux.org Git - packages/freedink.git/commitdiff
- initial release
authorlisu <lisu@pld-linux.org>
Tue, 22 Sep 2009 14:15:05 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freedink.spec -> 1.1

freedink.spec [new file with mode: 0644]

diff --git a/freedink.spec b/freedink.spec
new file mode 100644 (file)
index 0000000..5c46f31
--- /dev/null
@@ -0,0 +1,64 @@
+Summary:       The Dink Smallwood game engine
+Summary(pl.UTF-8):     Silnik gry Dink Smallwood
+Name:          freedink
+Version:       1.08.20090918
+Release:       1
+License:       GPL v3+
+Group:         X11/Applications/Games
+Source0:       http://ftp.gnu.org/gnu/freedink/%{name}-%{version}.tar.gz
+# Source0-md5: 0a7bc1e249c03538f5d51472fc73e0f4
+URL:           http://www.freedink.org/
+BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: SDL_image-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_ttf-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: help2man
+BuildRequires: zlib-devel
+BuildRequires: zziplib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FreeDink is a portable and enhanced version of the Dink Smallwood game
+engine.
+
+It still needs some data files from the orginal game.
+
+%description -l pl.UTF-8
+FreeDink jest przenośną i ulepszoną wersją silnika gry Dink
+Smallwood.
+
+Do uruchomienia wymagane są pliki z oryginalnej werjsji gry.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I gnulib/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TROUBLESHOOTING doc/TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_mandir}/man6/*.6*
+%{_pixmapsdir}/freedink.png
This page took 0.074067 seconds and 4 git commands to generate.