]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - chrpath/chrpath.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / chrpath / chrpath.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = chrpath
7 version = 0.13
8 release = 1
9
10 groups = Development/Tools
11 url = ftp://ftp.hungry.com/pub/hungry/chrpath/
12 license = GPL+
13 summary = Modify rpath of compiled programs.
14
15 description
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.
19 end
20
21 source_dl = %{url}
22
23 build
24 configure_options += \
25 --mandir=/usr/share/man
26
27 install_cmds
28 rm -rfv %{BUILDROOT}/usr/doc
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end