packages: freedink/freedink.spec (NEW) - initial release

lisu lisu at pld-linux.org
Tue Sep 22 16:15:10 CEST 2009


Author: lisu                         Date: Tue Sep 22 14:15:10 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial release

---- Files affected:
packages/freedink:
   freedink.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/freedink/freedink.spec
diff -u /dev/null packages/freedink/freedink.spec:1.1
--- /dev/null	Tue Sep 22 16:15:10 2009
+++ packages/freedink/freedink.spec	Tue Sep 22 16:15:05 2009
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/09/22 14:15:05  lisu
+- initial release
+
================================================================


More information about the pld-cvs-commit mailing list