SPECS: micropolis.spec (NEW) - raw

arekm arekm at pld-linux.org
Sat Jan 12 21:22:39 CET 2008


Author: arekm                        Date: Sat Jan 12 20:22:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw

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

---- Diffs:

================================================================
Index: SPECS/micropolis.spec
diff -u /dev/null SPECS/micropolis.spec:1.1
--- /dev/null	Sat Jan 12 21:22:39 2008
+++ SPECS/micropolis.spec	Sat Jan 12 21:22:34 2008
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	A city simulation game
+Name:		micropolis
+Version:	0.1
+Release:	1
+License:	GPL v3
+Group:		Applications/Games
+Source0:	http://www.donhopkins.com/home/micropolis/%{name}-activity-source.tgz
+# Source0-md5:	50a62417cdee6b7c1ed333d794f5107d
+URL:		http://wiki.laptop.org/go/Micropolis
+BuildRequires:	tcl-devel
+BuildRequires:	tclx-devel
+BuildRequires:	tk-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXpm-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Micropolis is one of the oldest and grandest of city simulation games.
+
+%prep
+%setup -q -n %{name}-activity
+
+%build
+%{__make} -C src \
+	CC="%{__cc}" \
+	OPTFLAGS="%{rpmcflags}" \
+	OPTIMIZE_FLAG="%{rpmcflags} -DIS_LINUX"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+
+%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  2008-01-12 20:22:34  arekm
+- raw
+
================================================================


More information about the pld-cvs-commit mailing list