aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libffi
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-05-24 12:22:12 +0800
commit46ca440e9d6cc606d9c3233021e32d24b25172cf (patch)
treeeeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/libffi
parent8c2e7bb570c11a51fdcecf7302af4058757d862c (diff)
downloadalicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz
alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip
added repos
Diffstat (limited to 'repos/extra/libffi')
-rw-r--r--repos/extra/libffi/.files19
-rw-r--r--repos/extra/libffi/info5
2 files changed, 24 insertions, 0 deletions
diff --git a/repos/extra/libffi/.files b/repos/extra/libffi/.files
new file mode 100644
index 00000000..ed072610
--- /dev/null
+++ b/repos/extra/libffi/.files
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/ffi.h
+-rw-r--r-- root/root usr/include/ffitarget.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libffi.so -> libffi.so.8.1.4
+lrwxrwxrwx root/root usr/lib/libffi.so.8 -> libffi.so.8.1.4
+-rwxr-xr-x root/root usr/lib/libffi.so.8.1.4
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libffi.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/libffi.info.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/ffi.3.gz
+-rw-r--r-- root/root usr/share/man/man3/ffi_call.3.gz
+-rw-r--r-- root/root usr/share/man/man3/ffi_prep_cif.3.gz
+-rw-r--r-- root/root usr/share/man/man3/ffi_prep_cif_var.3.gz
diff --git a/repos/extra/libffi/info b/repos/extra/libffi/info
new file mode 100644
index 00000000..c60837b0
--- /dev/null
+++ b/repos/extra/libffi/info
@@ -0,0 +1,5 @@
+name=libffi
+version=3.4.6
+release=1
+source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz"
+build_opt="--with-gcc-arch=x86-64"