]> git.pld-linux.org Git - packages/tmw.git/commitdiff
- init
authorspider <spider@pld-linux.org>
Fri, 10 Jun 2005 13:43:22 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- work for me

Changed files:
    tmw.spec -> 1.1

tmw.spec [new file with mode: 0644]

diff --git a/tmw.spec b/tmw.spec
new file mode 100644 (file)
index 0000000..6bf9090
--- /dev/null
+++ b/tmw.spec
@@ -0,0 +1,54 @@
+Summary:       A free Open Source 2D MMORPG
+Summary(pl):   Darmowa gra typu MMORPG 2D
+Name:          tmw
+Version:       0.0.13
+Release:       0.1
+License:       GPL v2
+Group:         Game
+######         Unknown group!
+Source0:       http://dl.sourceforge.net/themanaworld/%{name}-%{version}.tar.gz
+# Source0-md5: 0dd5be2e0a9204516852f69d9ad22e2e
+URL:           http://themanaworld.org/
+BuildRequires: guichan
+Requires:      SDL_image
+Requires:      SDL_mixer
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Mana World (TMW) is a serious effort to create an innovative free
+and open source MMORPG. TMW uses 2D graphics and aims to create a
+large and diverse interactive world. It is licensed under the GPL,
+making sure this game can't ever run away from you.
+
+The project includes the development of both a client and a server, as
+well as the development of an online world. At the moment we're making
+alpha releases of the client, while our server is in early
+development. The eAthena free software Ragnarok Online server is used
+until our own server has matured enough to replace it. Once ready,
+we'll be making releases of our server too so anybody will be free to
+set up their own server and start building their own online world.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+       CFLAGS="%{rpmcflags}"
+
+%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 README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/tmw
+%{_desktopdir}/tmw.desktop
+%{_pixmapsdir}/*
This page took 0.100698 seconds and 4 git commands to generate.