Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
libffi: new package at 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konimex committed Jul 23, 2019
1 parent 1ac5888 commit 0f07b47
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions testing/libffi/build
@@ -0,0 +1,17 @@
#!/bin/sh -e

./configure \
--prefix=/usr \
--with-pic

make
make DESTDIR="$1" install

# Fix location for headers.
mkdir -p "$1/usr/include"
mv "$1/usr/lib/libffi-3.2.1/include/"*.h \
"$1/usr/include"
rmdir "$1/usr/lib/libffi-3.2.1/include"

sed -i -e '/^includedir=/{s,=.*,=/usr/include,g}' \
"$1/usr/lib/pkgconfig/libffi.pc"
1 change: 1 addition & 0 deletions testing/libffi/checksums
@@ -0,0 +1 @@
d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37 libffi-3.2.1.tar.gz
1 change: 1 addition & 0 deletions testing/libffi/sources
@@ -0,0 +1 @@
ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
1 change: 1 addition & 0 deletions testing/libffi/version
@@ -0,0 +1 @@
3.2.1 1

0 comments on commit 0f07b47

Please sign in to comment.