Author: uzsolt Date: Mon Aug 31 10:46:40 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/xye: xye.spec (NONE -> 1.1) (NEW), xye.desktop (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xye/xye.spec diff -u /dev/null packages/xye/xye.spec:1.1 --- /dev/null Mon Aug 31 12:46:40 2009 +++ packages/xye/xye.spec Mon Aug 31 12:46:35 2009 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: Xye is a puzzle game +Summary(hu.UTF-8): Xye egy kirakó játék +Name: xye +Version: 0.9.1 +Release: 0.1 +License: PNG/ZLIB +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/xye/%{name}-%{version}.tar.gz +# Source0-md5: ed03194c9e37c8bd805b9348a2caa7c3 +Source1: %{name}.desktop +URL: http://xye.sourceforge.net/ +BuildRequires: SDL-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_ttf-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Xye is a puzzle game in which the objective is to help a character +that looks like a green circle to get all the gems in the room. This +is, of course, not as easy as it sounds, Xye must solve all sorts of +puzzles while at the same time avoiding all sorts of traps and beasts. + +%description -l hu.UTF-8 +Xye egy kirakó játék, amelynek a célja, hogy segíts a zöld körben +látható karakternek az összes gyémántot összegyűjteni a szobában. Ez, +természetesen, nem olyan egyszerű, ahogy első hallásra tűnik, Xye-ben +mindenféle kirakót kell megoldani, miközben az idő és mindenféle +csapdák és szörnyek ellened dolgoznak. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} +install -d $RPM_BUILD_ROOT%{_desktopdir} +install -d $RPM_BUILD_ROOT%{_pixmapsdir} +install xye.ico $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README GAMEINTRO.txt +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.ico + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/08/31 10:46:35 uzsolt +- initial + ================================================================ Index: packages/xye/xye.desktop diff -u /dev/null packages/xye/xye.desktop:1.1 --- /dev/null Mon Aug 31 12:46:40 2009 +++ packages/xye/xye.desktop Mon Aug 31 12:46:35 2009 @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Xye +Comment=Puzzle Game +Exec=xye +Icon=xye +Terminal=false +Type=Application +Categories=Game; + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
