]> git.pld-linux.org Git - packages/qstat.git/commitdiff
- initial PLD release (by Przemek BiaƂek)
authorjpc <jpc@pld-linux.org>
Mon, 29 Mar 2004 21:07:26 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qstat.spec -> 1.1

qstat.spec [new file with mode: 0644]

diff --git a/qstat.spec b/qstat.spec
new file mode 100644 (file)
index 0000000..aea5b9e
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Game server browsing utility
+Name:          qstat
+Version:       2.5c
+Release:       1
+Copyright:     Artistic
+Group:         Applications/Games
+Source0:       http://www.qstat.org/%{name}25c.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define                _prefix /usr
+
+%description
+qstat is a command-line program that displays information about
+Internet game servers.
+
+Games supported include Quake, QuakeWorld, Hexen II, Quake II,
+HexenWorld, Unreal, Half-Life, Sin, Shogo, Tribes, Tribes 2,
+Quake III: Arena, BFRIS, Kingpin, and Heretic II, Unreal Tournament,
+Soldier of Fortune, Rogue Spear, Redline, Turok II, Blood 2,
+Descent 3, Drakan, KISS, Nerf Arena Blast, Rally Master, Terminous,
+Wheel of Time and Daikatana.
+
+Note for Tribes 2: QStat only supports Tribes 2 builds numbered 22075
+or higher.
+
+%prep
+
+%setup -q -n %{name}25c
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install qstat $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(0755, root, root)%{_bindir}/qstat
+%doc LICENSE.txt CHANGES.txt qstat.cfg contrib.cfg qstatdoc.html template info
This page took 0.093142 seconds and 4 git commands to generate.