]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXvMC/libXvMC.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libXvMC / libXvMC.nm
CommitLineData
55183ead 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
55183ead
SS
4###############################################################################
5
802ea3af
MT
6name = libXvMC
7version = 1.0.6
8release = 1
55183ead 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXvMC runtime library.
55183ead 15
802ea3af 16description
55183ead 17 X.Org X11 libXvMC runtime library.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 libX11-devel
26 libXext-devel
27 libXv-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34end
35
36packages
37 package %{name}
38 end
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end