]>
Commit | Line | Data |
---|---|---|
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 | 6 | name = libXv |
77c0d18f | 7 | version = 1.0.7 |
802ea3af | 8 | release = 1 |
d7cd2adc | 9 | |
802ea3af MT |
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. | |
d7cd2adc | 15 | |
d7cd2adc | 16 | |
802ea3af | 17 | description |
d7cd2adc | 18 | X.Org X11 libXv runtime library. |
802ea3af MT |
19 | end |
20 | ||
77c0d18f | 21 | source_dl = http://ftp.x.org/pub/individual/lib/ |
802ea3af MT |
22 | |
23 | build | |
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 | |
33 | end | |
34 | ||
35 | packages | |
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 | 45 | end |