]> git.ipfire.org Git - ipfire-3.x.git/blame - chrpath/chrpath.nm
chrpath: Update to 0.16
[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 6name = chrpath
0d202952 7version = 0.16
802ea3af 8release = 1
250e941e 9
802ea3af 10groups = Development/Tools
0d202952
MT
11url = https://directory.fsf.org/wiki/Chrpath/
12license = GPLv2+
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
0d202952
MT
21# Upstream has gone
22source_dl = https://deb.debian.org/debian/pool/main/c/chrpath/
23sources = %{name}_%{version}.orig.tar.gz
250e941e 24
802ea3af
MT
25packages
26 package %{name}
1f9bc2f0
MT
27
28 package %{name}-debuginfo
29 template DEBUGINFO
30 end
802ea3af 31end