This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
|
name: libffi
|
|
version: 3.2.1
|
|
release: 1
|
|
sources: ftp://sourceware.org/pub/libffi/libffi-%{version}.tar.gz
|
|
@install
|
|
set -e;
|
|
cd libffi-%{version};
|
|
make DESTDIR="%{pkg}" %{name};
|
|
cd "%{pkg}";
|
|
mv usr/lib/libffi-%{version}/include usr;
|
|
nuke usr/lib/libffi-%{version}
|
|
|