]> git.ipfire.org Git - ipfire-3.x.git/blob - libtool/libtool.nm
json-c: Update to version 0.17-20230812
[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.7
8 release = 2
9
10 groups = System/Libraries
11 url = https://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 = https://ftp.gnu.org/gnu/libtool/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 autoconf
28 automake
29 m4
30 perl(Data::Dumper)
31 end
32 end
33
34 packages
35 package %{name}
36 groups += Build
37 end
38
39 package %{name}-libs
40 template LIBS
41 end
42
43 package %{name}-devel
44 template DEVEL
45
46 # /usr/share/aclocal must be in main package.
47 files += !/usr/share/aclocal
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end