]> git.ipfire.org Git - ipfire-3.x.git/blob - libtool/libtool.nm
libseccomp: New package
[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.6
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 sources = %{thisapp}.tar.gz
24
25 build
26 requires
27 autoconf
28 automake
29 m4
30 end
31 end
32
33 packages
34 package %{name}
35 groups += Build
36 end
37
38 package %{name}-libs
39 template LIBS
40 end
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
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end