]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - chrpath/chrpath.nm
Add a -debuginfo for every package that is not noarch.
[people/arne_f/ipfire-3.x.git] / chrpath / chrpath.nm
CommitLineData
250e941e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
250e941e
MT
4###############################################################################
5
802ea3af
MT
6name = chrpath
7version = 0.13
8release = 1
250e941e 9
802ea3af
MT
10groups = Development/Tools
11url = ftp://ftp.hungry.com/pub/hungry/chrpath/
12license = GPL+
13summary = Modify rpath of compiled programs.
250e941e 14
802ea3af 15description
250e941e
MT
16 chrpath allows you to modify the dynamic library load path (rpath) of
17 compiled programs. Currently, only removing and modifying the rpath
18 is supported.
802ea3af
MT
19end
20
21source_dl = %{url}
250e941e 22
802ea3af
MT
23build
24 configure_options += \
25 --mandir=/usr/share/man
250e941e 26
802ea3af
MT
27 install_cmds
28 rm -rfv %{BUILDROOT}/usr/doc
29 end
30end
250e941e 31
802ea3af
MT
32packages
33 package %{name}
34 end
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end