]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - cloog-ppl/cloog-ppl.nm
Add a -debuginfo for every package that is not noarch.
[people/pmueller/ipfire-3.x.git] / cloog-ppl / cloog-ppl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cloog-ppl
7 version = 0.15.11
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Libraries
12 url = http://www.cloog.org
13 license = GPLv2+
14 summary = The Chunky Loop Generator.
15
16 description
17 CLooG is a software which generates loops for scanning Z-polyhedra. That is, \
18 CLooG finds the code or pseudo-code where each integral point of one or more \
19 parametrized polyhedron or parametrized polyhedra union is reached. CLooG is \
20 designed to avoid control overhead and to produce a very efficient code.
21 end
22
23 source_dl += ftp://gcc.gnu.org/pub/gcc/infrastructure/
24
25 build
26 requires
27 autoconf
28 automake
29 gmp-devel
30 m4
31 ppl-devel>=0.11.2
32 end
33
34 configure_options += \
35 --with-ppl
36
37 prepare_cmds
38 sed -i configure \
39 -e "s/ppl_minor_version=10/ppl_minor_version=11/"
40 end
41
42 test
43 make check
44 end
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end