]> git.ipfire.org Git - ipfire-3.x.git/blame - libtool/libtool.nm
lm-sensors: Proper use compiler and linker flags during build time
[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
df2b795d
PM
7version = 2.4.7
8release = 1
6620ccf1 9
556d42e8 10groups = System/Libraries
df2b795d 11url = https://www.gnu.org/software/libtool/
802ea3af
MT
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
df2b795d
PM
22source_dl = https://ftp.gnu.org/gnu/libtool/
23sources = %{thisapp}.tar.xz
16d9ace5
AM
24
25build
26 requires
2fdb2111
MT
27 autoconf
28 automake
16d9ace5 29 m4
df2b795d 30 perl(Data::Dumper)
16d9ace5
AM
31 end
32end
33
802ea3af
MT
34packages
35 package %{name}
556d42e8
MT
36 groups += Build
37 end
802ea3af 38
802ea3af
MT
39 package %{name}-libs
40 template LIBS
41 end
b24b74e0
MT
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
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end