]> git.pld-linux.org Git - packages/micropolis.git/commitdiff
- raw
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Jan 2008 20:22:34 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    micropolis.spec -> 1.1

micropolis.spec [new file with mode: 0644]

diff --git a/micropolis.spec b/micropolis.spec
new file mode 100644 (file)
index 0000000..1130ad0
--- /dev/null
@@ -0,0 +1,36 @@
+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)
This page took 0.071409 seconds and 4 git commands to generate.