From cdea2f67ae42d4220e19a555259b69a960925283 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 5 Oct 2021 16:35:17 +0100 Subject: renamed --- xibuilds/file.xibuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xibuilds/file.xibuild (limited to 'xibuilds/file.xibuild') diff --git a/xibuilds/file.xibuild b/xibuilds/file.xibuild new file mode 100644 index 0000000..9141847 --- /dev/null +++ b/xibuilds/file.xibuild @@ -0,0 +1,20 @@ +#!/bin/bash + +DEPS=(glibc ) + +SOURCE=https://github.com/file/file + + +build () { + # cheating + wget http://ftp.astron.com/pub/file/file-5.40.tar.gz + tar -zxf file-5.40.tar.gz + cd file-5.40 + + ./configure --prefix=/usr + make + make check + make DESTDIR=$PKG_DEST install +} + + -- cgit v1.2.1