summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2004-03-07 23:11:36 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb0cf9b18c741543b805912a1546a1fe22f825191 (patch)
treeacaf4693427abaf4342de068b0016afce8c1d7f5
downloadsevencolors-b0cf9b18c741543b805912a1546a1fe22f825191.zip
sevencolors-b0cf9b18c741543b805912a1546a1fe22f825191.tar.gz
- initial import (very raw, taken from Alt Linux)
- build, works, spec to be cleaned up Changed files: sevencolors.spec -> 1.1
-rw-r--r--sevencolors.spec55
1 files changed, 55 insertions, 0 deletions
diff --git a/sevencolors.spec b/sevencolors.spec
new file mode 100644
index 0000000..1fabb18
--- /dev/null
+++ b/sevencolors.spec
@@ -0,0 +1,55 @@
+%define _name sevencolors
+Summary: Little addicting game, take over the gaming area with your color
+Name: 7colors
+Version: 0.80
+Release: 0.1
+Source0: http://digilander.iol.it/sbel/7colors/%{_name}-%{version}.tar.bz2
+# Source0-md5: a6b789ceae0f65657d69a95499923631
+URL: http://digilander.libero.it/sbel/7colors.english.html
+License: GPL
+Group: Applications/Games/Boards
+
+# Automatically added by buildreq on Thu Jan 09 2003
+BuildRequires: ORBit-devel
+BuildRequires: XFree86-devel
+BuildRequires: XFree86-libs
+BuildRequires: esound-devel
+BuildRequires: glib-devel
+BuildRequires: gnome-libs-devel
+BuildRequires: gtk+-devel
+BuildRequires: imlib-devel
+BuildRequires: audiofile-devel
+#BuildRequires: libdb1-devel
+BuildRequires: xpm-devel
+
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+7colors is a game for XWindow, for one or two players, the goal is to
+color the 50% (plus one) of the rhombs on the screen, before the other
+player does. Each turn the player choose a color, this color
+propagates from the own corner (the lower left for player 1, the upper
+right for player 2) to all the neighbour rhombs with the same color.
+
+%prep
+%setup -n %{_name}-%{version} -q
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D src/%{_name} $RPM_BUILD_ROOT%{_bindir}/%{_name}
+
+#install -D %SOURCE4 $RPM_BUILD_ROOT%_menudir/%name
+#install -D %SOURCE6 $RPM_BUILD_ROOT%_iconsdir/%name.xpm
+#install -D %SOURCE5 $RPM_BUILD_ROOT%_miconsdir/%name.xpm
+#install -D %SOURCE7 $RPM_BUILD_ROOT%_liconsdir/%name.xpm
+
+%files
+%defattr(644,root,root,755)
+%doc TODO README HISTORY
+%{_bindir}/*
+
+# end of file