]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libffi/libffi.nm
ppp: Re-add ifname patch
[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 6name = libffi
d84ba218 7version = 3.0.13
802ea3af 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
d84ba218 21source_dl = ftp://sourceware.org/pub/libffi/
802ea3af
MT
22
23packages
24 package %{name}
1f9bc2f0 25
802ea3af
MT
26 package %{name}-devel
27 template DEVEL
1f9bc2f0 28
802ea3af
MT
29 files += /usr/lib*/libffi-%{version}
30 end
1f9bc2f0
MT
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
802ea3af 35end