]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libffi/libffi.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libffi / libffi.nm
CommitLineData
be24b165 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
be24b165
MT
4###############################################################################
5
802ea3af
MT
6name = libffi
7version = 3.0.9
8release = 1
be24b165 9
802ea3af
MT
10groups = System/Libraries
11url = http://sourceware.org/libffi
12license = BSD
13summary = A portable foreign function interface library.
be24b165 14
802ea3af 15description
be24b165
MT
16 The libffi library provides a portable, high level programming \
17 interface to various calling conventions. This allows a programmer to \
18 call any function specified by a call interface description at run time.
802ea3af
MT
19end
20
21source_dl =
22
23packages
24 package %{name}
25 end
1f9bc2f0 26
802ea3af
MT
27 package %{name}-devel
28 template DEVEL
1f9bc2f0 29
802ea3af
MT
30 files += /usr/lib*/libffi-%{version}
31 end
1f9bc2f0
MT
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
802ea3af 36end