]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtool/libtool.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / libtool / libtool.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtool
7 version = 2.4.2
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.gnu.org/software/libtool/
12 license = GPLv2+ and LGPLv2+ and GFDL
13 summary = Runtime libraries for GNU Libtool Dynamic Module Loader.
14
15 description
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.
20 end
21
22 source_dl = http://ftp.gnu.org/gnu/libtool/
23
24 packages
25 package %{name}
26 groups += Build
27 end
28
29 package %{name}-libs
30 template LIBS
31 end
32
33 package %{name}-devel
34 template DEVEL
35
36 # /usr/share/aclocal must be in main package.
37 files += !/usr/share/aclocal
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end