]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/libtool/libtool.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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
8 release = 1
9
10 groups = Build 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 =
23
24 packages
25 package %{name}
26
27 package %{name}-devel
28 template DEVEL
29
30 requires = libtool=%{thisver}
31
32 # Overwrite filelist that /usr/share/aclocal will be in main package
33 files
34 /usr/include
35 /usr/lib*/lib*.so
36 /usr/share/libtool/libltdl
37 end
38 end
39
40 package %{name}-libs
41 template LIBS
42 end
43 end