]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtool/libtool.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libtool / libtool.nm
CommitLineData
6620ccf1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6620ccf1
MT
4###############################################################################
5
802ea3af 6name = libtool
92166bda
MT
7version = 2.4.2
8release = 1
6620ccf1 9
802ea3af
MT
10groups = Build System/Libraries
11url = http://www.gnu.org/software/libtool/
12license = GPLv2+ and LGPLv2+ and GFDL
13summary = Runtime libraries for GNU Libtool Dynamic Module Loader.
6620ccf1 14
802ea3af 15description
6620ccf1
MT
16 GNU Libtool is a set of shell scripts which automatically \
17 configure UNIX and UNIX-like systems to generically build \
18 shared libraries. Libtool provides a consistent, portable \
19 interface which simplifies the process of using shared libraries.
802ea3af
MT
20end
21
b24b74e0 22source_dl = http://ftp.gnu.org/gnu/libtool/
802ea3af
MT
23
24packages
25 package %{name}
802ea3af 26
802ea3af
MT
27 package %{name}-libs
28 template LIBS
29 end
b24b74e0
MT
30
31 package %{name}-devel
32 template DEVEL
33
34 # /usr/share/aclocal must be in main package.
35 files += !/usr/share/aclocal
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end