]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libffi/libffi.nm
git: Rebuild because of Pakfire integer overflow issue
[people/pmueller/ipfire-3.x.git] / libffi / libffi.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libffi
7 version = 3.4.4
8 release = 1.1
9
10 groups = System/Libraries
11 url = https://sourceware.org/libffi
12 license = BSD
13 summary = A portable foreign function interface library.
14
15 description
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.
19 end
20
21 source_dl = https://github.com/libffi/libffi/releases/download/v%{version}/
22
23 build
24 prepare_cmds
25 # Fix include directories.
26 #ised -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
27 # -i include/Makefile.in
28
29 #sed -e '/^includedir/ s/=.*$/=@includedir@/' \
30 # -e 's/^Cflags: -I${includedir}/Cflags:/' \
31 # -i libffi.pc.in
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40
41 files += %{libdir}/libffi-%{version}
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end