From d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 09:03:02 +0100 Subject: added tarcapabilities --- xibuilds/file.xibuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'xibuilds/file.xibuild') diff --git a/xibuilds/file.xibuild b/xibuilds/file.xibuild index 9141847..0e4da82 100644 --- a/xibuilds/file.xibuild +++ b/xibuilds/file.xibuild @@ -1,16 +1,11 @@ #!/bin/bash -DEPS=(glibc ) - -SOURCE=https://github.com/file/file +DEPS=(glibc zlib xz bzip2) +SOURCE=http://ftp.astron.com/pub/file/file-5.40.tar.gz +DESC="a utility for determining the type of a given file or files" 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 -- cgit v1.2.1