SPECS: etswitch.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Mar 9 20:59:51 CET 2006


Author: adamg                        Date: Thu Mar  9 19:59:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   etswitch.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/etswitch.spec
diff -u /dev/null SPECS/etswitch.spec:1.1
--- /dev/null	Thu Mar  9 20:59:51 2006
+++ SPECS/etswitch.spec	Thu Mar  9 20:59:46 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	A *nix 'minimizer' for a few games
+Summary(pl):	Aplikacja do minimalizowania okien gier
+Name:		etswitch
+Version:	0.1.8
+Release:	1
+License:	GPL v2
+Group:		X11/Applications/Games
+Source0:	http://hem.bredband.net/b400150/etswitch/%{name}-%{version}.tar.gz
+# Source0-md5:	37bb53ed18e729e688dcbe9694d1a1ce
+Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-home_etc.patch
+URL:		http://hem.bredband.net/b400150/
+BuildRequires:	X11-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Etswitch is a program allowing *nix users to minimize Enemy Territory
+(and a plethora of other games) easily much in the same way as ETmin or
+q3min for m$ users.
+
+Aside from Wolf ET, et switch also supports 21 other games available to
+linux users.
+
+%description -l pl
+Etswitch to program pozwalający użytkownikom systemów *nix na
+minimalizację Enemy Territory (oraz wielu innych gier) w ten sam wygodny
+sposób jak aplikacje ETmin lub q3min dla użytkowników systemów Windows.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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 NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/etswitch
+%{_mandir}/man1/etswitch.1*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+
+%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/03/09 19:59:46  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list