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