]> git.pld-linux.org Git - packages/x2vnc.git/blob - x2vnc.spec
- spelling fixes
[packages/x2vnc.git] / x2vnc.spec
1 Summary:        A dual-screen hack for one keyboard and mouse on two machines
2 Summary(pl):    Program umo¿liwiaj±cy pracê jedn± klawiatur± i myszk± na dwóch komputerach
3 Name:           x2vnc
4 Version:        1.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://fredrik.hubbe.net/x2vnc/%{name}-%{version}.tar.gz
9 # Source0-md5:  e4bb4dec31bc1b3b56d777bc365c9534
10 URL:            http://fredrik.hubbe.net/x2vnc.html
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This program will let you use two screens on two different computers
18 as if they were connected to the same computer. Even if one of the
19 computers runs Windows 95/98/NT and the other one runs X-Window. If
20 they are both running Windows, you probably want to use Win2VNC
21 instead.
22
23 %description -l pl
24 Program umo¿liwia korzystanie z dwóch ekranów na dwóch ró¿nych
25 maszynach, tak jakby by³y pod³±czone do tego samego komputera. Nawet
26 je¿eli jeden z komputerów korzysta z Windows 95/98/NT a drugi z
27 X-Window. Je¿eli oba korzystaj± z Windows, prawdopodobnie lepiej
28 bêdzie u¿yæ Win2VNC.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_bindir}/x2vnc
54 %{_mandir}/man*/*
This page took 0.060144 seconds and 3 git commands to generate.