]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libVNCServer/libVNCServer.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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.7
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 =
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 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end