]> git.pld-linux.org Git - packages/x2vnc.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Tue, 17 Aug 2004 07:26:53 +0000 (07:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    x2vnc.spec -> 1.1

x2vnc.spec [new file with mode: 0644]

diff --git a/x2vnc.spec b/x2vnc.spec
new file mode 100644 (file)
index 0000000..2f96f5a
--- /dev/null
@@ -0,0 +1,40 @@
+#
+Summary:       A dual-screen hack for one keyboard and mouse on two machines
+Name:          x2vnc
+Version:       1.6
+Release:       1
+License:       GPL
+Group:         X11/Applications/Networking
+Source0:       http://fredrik.hubbe.net/x2vnc/%{name}-%{version}.tar.gz
+# Source0-md5: e4bb4dec31bc1b3b56d777bc365c9534
+URL:           http://fredrik.hubbe.net/x2vnc.html
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/x2vnc
+%{_mandir}/man*/*
This page took 0.584437 seconds and 4 git commands to generate.