]> git.pld-linux.org Git - packages/x2vnc.git/blob - x2vnc.spec
- converted to UTF-8
[packages/x2vnc.git] / x2vnc.spec
1 Summary:        A dual-screen hack for one keyboard and mouse on two machines
2 Summary(pl.UTF-8):   Program umożliwiający pracę jedną klawiaturą i myszką na dwóch komputerach
3 Name:           x2vnc
4 Version:        1.7.1
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:  b0804c9078ab3537943f29a02deccfd9
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.UTF-8
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%{_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.097908 seconds and 3 git commands to generate.