]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtool/libtool.nm
libtool: Update to 2.4.4
[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
583c4f6c 7version = 2.4.4
dad4a462 8release = 1
6620ccf1 9
556d42e8 10groups = System/Libraries
802ea3af
MT
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}
556d42e8
MT
26 groups += Build
27 end
802ea3af 28
802ea3af
MT
29 package %{name}-libs
30 template LIBS
31 end
b24b74e0
MT
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
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end