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