]> git.pld-linux.org Git - packages/tintin.git/commitdiff
- initial PLD release
authorlisu <lisu@pld-linux.org>
Sun, 17 Dec 2006 11:54:32 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tintin.spec -> 1.1

tintin.spec [new file with mode: 0644]

diff --git a/tintin.spec b/tintin.spec
new file mode 100644 (file)
index 0000000..c4f2243
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       A mud client that runs in console mode
+Summary(pl):   Klient mudowy uruchamiany spod konsoli
+Name:          tintin
+Version:       1.96.4
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/tintin/%{name}-%{version}.tar.gz
+# Source0-md5: 4f171b8f73d29dd88934992114a5b683
+Patch0:                %{name}-Makefile.patch
+URL:           http://tintin.sourceforge.net/
+BuildRequires: readline-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TinTin++ is a mud client that runs in console mode.
+
+%description -l pl
+TinTin++ jest klientem mudowym uruchamianym spod konsoli.
+
+%prep
+%setup -q -n tt
+%patch0 -p1
+
+%build
+cd src/
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} -C src/ install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS FAQ README TODO docs/*.txt
+%attr(755,root,root) %{_bindir}/*
This page took 0.055121 seconds and 4 git commands to generate.