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