From eb943d5f66fabd1614e0f9c0225a982f19f6087b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 2 Oct 2007 01:00:08 +0000
Subject: [PATCH] Add an initial specfile for RPMs

---
 src/syncterm/syncterm.spec | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 src/syncterm/syncterm.spec

diff --git a/src/syncterm/syncterm.spec b/src/syncterm/syncterm.spec
new file mode 100644
index 0000000000..2b49d684e8
--- /dev/null
+++ b/src/syncterm/syncterm.spec
@@ -0,0 +1,33 @@
+Summary: An ANSI-BBS terminal which supports telnet, rlogin, and SSH
+Name: SyncTERM
+Version: 0.9.1
+Release: 20071001
+Copyright: GPL
+Group: Applications/Communications
+Source: http://prdownloads.sourceforge.net/syncterm/syncterm-src-20070722.tgz
+
+%description
+An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or
+SSH. Supports ANSI music and the IBM charset when possible. Will run from a
+console, under X11 using XLib, or using SDL.
+
+%prep
+%setup -n syncterm-20070722
+
+%build
+cd syncterm
+gmake PREFIX=/usr RELEASE=1
+
+%install
+cd syncterm
+gmake install PREFIX=/usr RELEASE=1
+
+%files
+/usr/bin/syncterm
+/usr/share/icons/hicolor/64x64/apps/syncterm.png
+/usr/share/applications/syncterm.desktop
+/usr/share/man/man1/syncterm.1.gz
+
+%changelog
+* Mon Oct 01 2007 Stephen Hurd <shurd@sasktel.net>
+- Initial spec file creation.
-- 
GitLab