SPECS: hexxagon.spec (NEW) - based on http://cvs.mandriva.com/cgi-...

glen glen at pld-linux.org
Tue Dec 25 18:40:34 CET 2007


Author: glen                         Date: Tue Dec 25 17:40:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/hexxagon/hexxagon.spec?revision=1.7

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

---- Diffs:

================================================================
Index: SPECS/hexxagon.spec
diff -u /dev/null SPECS/hexxagon.spec:1.1
--- /dev/null	Tue Dec 25 18:40:34 2007
+++ SPECS/hexxagon.spec	Tue Dec 25 18:40:28 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Othello clone (GTK version)
+Name:		hexxagon
+Version:	1.0
+Release:	0.1
+URL:		http://nesqi.homeip.net/hexxagon/
+Source0:	http://nesqi.homeip.net/hexxagon/download/%{name}-%{version}.tar.bz2
+# Source0-md5:	f4064f4324598453dacbc1387aa0482c
+License:	GPL
+Group:		Applications/Games/Boards
+BuildRequires:	gtk+-devel
+BuildRequires:	gtkmm-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hexxagon is a clone of Hexxagon, an adaptation of the Othello board
+game written for DOS. This is the GTK1 version of Hexxagon.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+#install %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_iconsdir}/%{name}.png
+%{_datadir}/%{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  2007-12-25 17:40:28  glen
+- based on http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/hexxagon/hexxagon.spec?revision=1.7
+
================================================================


More information about the pld-cvs-commit mailing list