]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/core/elfutils/elfutils.nm
ccache: Update to 3.1.
[ipfire-3.x.git] / pkgs / core / elfutils / elfutils.nm
CommitLineData
15a8a13f
MT
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = elfutils
28PKG_VER = 0.145
29PKG_REL = 0
30
31PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
32PKG_GROUP = Development/Libraries
33PKG_URL = https://fedorahosted.org/elfutils/
34PKG_LICENSE = GPLv2 with exceptions
35PKG_SUMMARY = A collection of utilities and DSOs to handle compiled objects.
36
087df360 37PKG_BUILD_DEPS+= bzip2-devel m4 xz-devel zlib-devel
15a8a13f
MT
38
39define PKG_DESCRIPTION
40 Elfutils is a collection of utilities, including ld (a linker), \
41 nm (for listing symbols from object files), size (for listing the \
42 section sizes of an object or archive file), strip (for discarding \
43 symbols), readelf (to see the raw ELF file structures), and elflint \
44 (to check for well-formed ELF files).
45endef
46
47PKG_TARBALL = $(THISAPP).tar.bz2
48
087df360
MT
49PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs
50
51PKG_DEPS-$(PKG_NAME)-devel = $(PKG_NAME)-libs
52
15a8a13f
MT
53CONFIGURE_OPTIONS += \
54 --program-prefix=eu-
55
56define QUALITY_AGENT_WHITELIST_RPATH
93a29723 57 /usr/lib/elfutils
15a8a13f
MT
58endef
59
60# fails
61#define STAGE_TEST
62# cd $(DIR_APP) && make check
63#endef