]> git.pld-linux.org Git - packages/crossfire-client.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 29 Jan 2001 11:33:13 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-client.spec -> 1.1

crossfire-client.spec [new file with mode: 0644]

diff --git a/crossfire-client.spec b/crossfire-client.spec
new file mode 100644 (file)
index 0000000..0df8e43
--- /dev/null
@@ -0,0 +1,82 @@
+Summary:       Crossfire client.
+Name:          crossfire-client
+Version:       0.95.8
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
+Source0:       ftp://ftp.scruz.net/users/mwedel/public/%{name}-%{version}.tar.gz
+Patch0:                %{name}-noalsa.patch
+URL:           http://crossfire.real-time.com
+BuildRequires: XFree86-devel
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix /usr/X11R6
+
+%description 
+X11 client to crossfire.
+
+Crossfire is a multiplayer graphical arcade and adventure game made
+for the X-Windows environment. There are also Windows and Java clients
+available.
+
+It has certain flavours from other games, especially Gauntlet (TM) and
+Nethack/Moria.
+
+Any number of players can move around in their own window, finding and
+sing items and battle monsters. They can choose to cooperate or
+compete in the same "world".
+
+%package gtk
+Summary:       GTK Crossfire client.
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
+Requires:      %{name}
+
+%description gtk
+GTK client to crossfire.
+
+Crossfire is a multiplayer graphical arcade and adventure game made
+for the X-Windows environment. There are also Windows and Java clients
+available.
+
+It has certain flavours from other games, especially Gauntlet (TM) and
+Nethack/Moria.
+
+Any number of players can move around in their own window, finding and
+sing items and battle monsters. They can choose to cooperate or
+compete in the same "world".
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+autoconf
+%configure \
+       --with-sound-dir=%{_datadir}/crossfire-client/sounds
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install cfclient gcfclient cfsndserv $RPM_BUILD_ROOT%{_bindir}
+install client.man $RPM_BUILD_ROOT%{_mandir}/man1/cfclient.1
+install client.man $RPM_BUILD_ROOT%{_mandir}/man1/gcfclient.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README README.old 
+%attr(755,root,root) %{_bindir}/cf*
+%{_mandir}/man?/cf*
+
+%files gtk
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/g*
+%{_mandir}/man?/g*
This page took 0.063623 seconds and 4 git commands to generate.