SPECS: dunelegacy.spec (NEW) - new, NFY
adamg
adamg at pld-linux.org
Wed Jul 12 02:10:16 CEST 2006
Author: adamg Date: Wed Jul 12 00:10:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, NFY
---- Files affected:
SPECS:
dunelegacy.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dunelegacy.spec
diff -u /dev/null SPECS/dunelegacy.spec:1.1
--- /dev/null Wed Jul 12 02:10:16 2006
+++ SPECS/dunelegacy.spec Wed Jul 12 02:10:11 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+Summary: Updated clone of Westood Studios' Dune2
+Summary(pl): Zaktualizowany klon gry Dune2
+Name: dunelegacy
+Version: 0.94
+Release: 0.1
+License: GPL
+Group: X11/Applications/Games/Strategy
+Source0: http://dl.sourceforge.net/dunelegacy/%{name}-%{version}.tar.gz
+# Source0-md5: f53391b46a18696dcd60ce2e8c610a6f
+URL: http://dunelegacy.sourceforge.net/
+BuildRequires: SDL-devel
+BuildRequires: SDL_image-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_net-devel
+BuildRequires: SDL_ttf-devel
+BuildRequires: libstdc++-devel
+BuildRequires: pkg-config
+BuildRequires: zziplib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
+in an attempt to harvest the largest amount of spice from the sand
+dunes. Exchange your spice stockpiles for credits through refinement
+and build an army capable of thwarting attempts of the other houses to
+stop your harvesting!
+
+Dune Legacy is an effort by a handful of developers to revitalize the
+first-ever real-time strategy game. The original game was the basis
+for the hugely successful Command and Conquer series, and the gameplay
+has been replicated an extended to a wide variety of storylines and
+series.
+
+NOTE: Original Dune 2 game files are needed.
+
+%description -l pl
+Poprowadź jedną z trzech międzyplanetarnych rodzin, Atreidesów,
+Harkonnenów lub Ordosów, w wyścigu w zebraniu jak największej ilości
+przyprawy z pustynnych wydm. Wymień zapasy przyprawy na kredyty w
+procesie udoskonalania i stwórz armię zdolną powstrzymać próby innych
+rodzin w zmuszeniu Cię do zaprzestania zbierania przyprawy!
+
+Dune Legacy jest podjetą przez grupę utalentowanych programistów próbą
+ożywienia pierwszej strategii czasu rzeczywistego. Gra była wzorem dla
+odnoszącej olbrzymie sukcesy serii Command and Conquer, a styl gry
+został powielony w dużej ilości innych gier.
+
+UWAGA: Potrzebne sa pliki wchodzące w skład Dune 2.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ CXX="%{__cxx}" \
+ CFLAGS="%{rpmcflags} `sdl-config --cflags`"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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 2006/07/12 00:10:11 adamg
+- new, NFY
+
================================================================
More information about the pld-cvs-commit
mailing list