]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXxf86vm/libXxf86vm.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / libXxf86vm / libXxf86vm.nm
CommitLineData
272fe589 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
272fe589
SS
4###############################################################################
5
802ea3af 6name = libXxf86vm
d55006b5 7version = 1.1.2
802ea3af 8release = 1
272fe589 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXxf86vm runtime library.
272fe589 15
802ea3af 16description
272fe589 17 X.Org X11 libXxf86vm runtime library.
802ea3af
MT
18end
19
d55006b5 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 libX11-devel
25 libXext-devel
26 pkg-config
27 xorg-x11-proto-devel
28 end
29
30 configure_options += \
31 --disable-static
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end