]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - rrdtool/rrdtool.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / rrdtool / rrdtool.nm
CommitLineData
301a3ede 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
301a3ede
MT
4###############################################################################
5
802ea3af
MT
6name = rrdtool
7version = 1.4.5
8release = 1
301a3ede 9
802ea3af
MT
10groups = Applications/Databases
11url = http://oss.oetiker.ch/rrdtool/
12license = GPLv2+ with exceptions
13summary = Round Robin Database Tool to store and display time-series data.
301a3ede 14
802ea3af 15description
301a3ede
MT
16 RRD is the Acronym for Round Robin Database. RRD is a system to \
17 store and display time-series data. It stores the data in a \
18 very compact way that will not expand over time, and it presents \
19 useful graphs by processing the data to enforce a certain data \
20 density.
802ea3af
MT
21end
22
23source_dl = http://oss.oetiker.ch/rrdtool/pub/
301a3ede 24
802ea3af
MT
25build
26 requires
27 cairo-devel
28 gcc-c++
29 gettext
30 groff
31 libtool
32 libxml2-devel
33 pango-devel
34 pkg-config
35 python-devel
36 end
301a3ede 37
802ea3af
MT
38 configure_options += \
39 --disable-rrdcgi \
40 --disable-perl \
41 --disable-tcl \
42 --disable-ruby \
43 --disable-static \
44 --enable-python \
45 --enable-latin2
168a9e21 46
802ea3af
MT
47 prepare_cmds
48 # Remove rpath
49 sed -e "s/--rpath=.* &/\&/" -i bindings/Makefile.*
50 end
301a3ede 51
802ea3af
MT
52 install_cmds
53 # Remove unused files
54 rm -rvf %{BUILDROOT}/usr/share/rrdtool/examples
fa44e2f5 55
802ea3af
MT
56 # Remove locale dir because no locales were installed
57 rm -rvf %{BUILDROOT}/usr/share/locale
58 end
59end
301a3ede 60
802ea3af
MT
61packages
62 package %{name}
63 end
1f9bc2f0 64
802ea3af
MT
65 package %{name}-libs
66 template LIBS
67 end
1f9bc2f0 68
802ea3af
MT
69 package %{name}-devel
70 template DEVEL
71 end
1f9bc2f0
MT
72
73 package %{name}-debuginfo
74 template DEBUGINFO
75 end
802ea3af 76end