]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - open-vm-tools/open-vm-tools.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / open-vm-tools / open-vm-tools.nm
CommitLineData
1358ff10
JPT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = open-vm-tools
7version = 2011.09.23-491607
f1ad8f3c
MT
8release = 2
9sup_arches = x86_64 i686
1358ff10
JPT
10
11groups = Virtualization/Applications
12url = http://open-vm-tools.sourceforge.net/
13license = GPLv2
14summary = Open source implementation of VMware Tools.
15
16description
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.
21end
22
23source_dl = http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/2011.09.23/
24
25build
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
48end
49
50packages
51 package %{name}
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
1358ff10 56end