]> git.ipfire.org Git - ipfire-3.x.git/blame - libtool/libtool.nm
kernel: Enable /dev/mem
[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
16d9ace5 7version = 2.4.6
2fdb2111 8release = 2
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/
16d9ace5
AM
23sources = %{thisapp}.tar.gz
24
25build
26 requires
2fdb2111
MT
27 autoconf
28 automake
16d9ace5
AM
29 m4
30 end
31end
32
802ea3af
MT
33packages
34 package %{name}
556d42e8
MT
35 groups += Build
36 end
802ea3af 37
802ea3af
MT
38 package %{name}-libs
39 template LIBS
40 end
b24b74e0
MT
41
42 package %{name}-devel
43 template DEVEL
44
45 # /usr/share/aclocal must be in main package.
46 files += !/usr/share/aclocal
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end