From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/libffi.xibuild | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 repo/core/libffi.xibuild (limited to 'repo/core/libffi.xibuild') diff --git a/repo/core/libffi.xibuild b/repo/core/libffi.xibuild deleted file mode 100644 index 872cb83..0000000 --- a/repo/core/libffi.xibuild +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -DEPS=(glibc) - -SOURCE=https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz -DESC="Portable foreign function interface library" - -build () { - ./configure --prefix=/usr --disable-static --with-gcc-arch=native --disable-exec-static-tramp - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1