]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXv/libXv.nm
libXv: Update to 1.0.7.
[people/ms/ipfire-3.x.git] / libXv / libXv.nm
CommitLineData
d7cd2adc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d7cd2adc
SS
4###############################################################################
5
802ea3af 6name = libXv
77c0d18f 7version = 1.0.7
802ea3af 8release = 1
d7cd2adc 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXv runtime library.
d7cd2adc 15
d7cd2adc 16
802ea3af 17description
d7cd2adc 18 X.Org X11 libXv runtime library.
802ea3af
MT
19end
20
77c0d18f 21source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
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}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end