]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - open-vm-tools/open-vm-tools.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
8release = 1
9
10groups = Virtualization/Applications
11url = http://open-vm-tools.sourceforge.net/
12license = GPLv2
13summary = Open source implementation of VMware Tools.
14
15description
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.
20end
21
22source_dl = http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/2011.09.23/
23
24build
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
47end
48
49packages
50 package %{name}
51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
1358ff10 56end