]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - open-vm-tools/open-vm-tools.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / open-vm-tools / open-vm-tools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = open-vm-tools
7 version = 2011.09.23-491607
8 release = 1
9
10 groups = Virtualization/Applications
11 url = http://open-vm-tools.sourceforge.net/
12 license = GPLv2
13 summary = Open source implementation of VMware Tools.
14
15 description
16 The open Virtual Machine Tools (open-vm-tools) are the open \
17 source implementation of VMware Tools. They are a set of guest \
18 operation system virtualization components that enhance \
19 performance and user experience of virtual machines.
20 end
21
22 source_dl = http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/2011.09.23/
23
24 build
25 requires
26 glib2-devel
27 end
28
29 configure_options += \
30 --sysconfdir=/etc \
31 --without-kernel-modules \
32 --without-x \
33 --without-procps \
34 --without-dnet \
35 --without-icu \
36 --without-pam \
37
38 prepare_cmds
39 sed -e "s/-Werror//g" -i configure
40 end
41
42 install_cmds
43 rm -vf %{BUILDROOT}/sbin/mount.vmhgfs
44 rm -vf %{BUILDROOT}/usr/sbin/mount.vmhgfs
45 end
46
47 end
48
49 packages
50 package %{name}
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end