]> git.pld-linux.org Git - packages/castle-combat.git/commitdiff
- initital version by ytm (maybe time to rw? ;)
authorundefine <undefine@pld-linux.org>
Sat, 28 Feb 2004 21:08:04 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    castle-combat.spec -> 1.1

castle-combat.spec [new file with mode: 0644]

diff --git a/castle-combat.spec b/castle-combat.spec
new file mode 100644 (file)
index 0000000..ec90b67
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       castle-combat - enclose land and destroy your opponent's castle
+Summary(pl):   castle-combat - zdob±d¼ ziemiê i zniszcz zamki przeciwnika
+Name:          castle-combat
+Version:       0.7.4
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://user.cs.tu-berlin.de/~karlb/castle-combat/%{name}-%{version}.tar.gz
+# Source0-md5: 1cf225fbcfbee2b9a00757609fd054bb
+URL:           http://user.cs.tu-berlin.de/~karlb/castle-combat/
+Patch0:                %{name}-SDL_net.patch
+BuildRequires: SDL-devel
+BuildRequires: SDL_net-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: libpng-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+castle-combat is a game where up to four players build castle walls,
+place cannons inside these walls, and shoot at the walls of their
+enemy(s). If a player can't build a complete wall around one of his
+castles, he loses. The last surviving player wins.
+
+%description -l pl
+castle-combat to gra, w której do czterech graczy buduje zamkowe mury,
+ustawia nich armaty i strzela w mury swoich wrogów. Je¿eli gracz nie
+mo¿e otoczyæ ani jednego ze swoich zamków murami przegrywa. Wygrywa
+ostatni, który przetrwa.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/castle-combat
+%{_mandir}/man6/*
This page took 0.048321 seconds and 4 git commands to generate.