]> git.pld-linux.org Git - packages/x2vnc.git/blame - x2vnc.spec
- added
[packages/x2vnc.git] / x2vnc.spec
CommitLineData
6b1f0593 1#
2Summary: A dual-screen hack for one keyboard and mouse on two machines
3Name: x2vnc
4Version: 1.6
5Release: 1
6License: GPL
7Group: X11/Applications/Networking
8Source0: http://fredrik.hubbe.net/x2vnc/%{name}-%{version}.tar.gz
9# Source0-md5: e4bb4dec31bc1b3b56d777bc365c9534
10URL: http://fredrik.hubbe.net/x2vnc.html
11BuildRequires: XFree86-devel
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17%prep
18%setup -q
19
20%build
21%{__aclocal}
22%{__autoconf}
23
24%configure
25
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
31
32%{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%attr(755,root,root) %{_bindir}/x2vnc
40%{_mandir}/man*/*
This page took 0.075924 seconds and 4 git commands to generate.