]> git.ipfire.org Git - ipfire-3.x.git/blob - libVNCServer/libVNCServer.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / libVNCServer / libVNCServer.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libVNCServer
7 version = 0.9.9
8 release = 1
9
10 groups = System/Libraries
11 url = http://libvncserver.sourceforge.net/
12 license = GPLv2+
13 summary = Library to make writing a vnc server easy.
14
15 description
16 LibVNCServer makes writing a VNC server (or more correctly, a program
17 exporting a framebuffer via the Remote Frame Buffer protocol) easy.
18 end
19
20 source_dl = http://sourceforge.net/projects/libvncserver/files/libvncserver/%{version}/
21 sources = LibVNCServer-%{version}.tar.gz
22
23 build
24 requires
25 libjpeg-devel
26 zlib-devel
27 end
28
29 DIR_APP = %{DIR_SRC}/LibVNCServer-%{version}
30
31 configure_options += \
32 --disable-static \
33 --without-tightvnc-filetransfer
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end