summaryrefslogtreecommitdiff
path: root/xibuilds/file.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
committerdavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
commitd4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (patch)
treefaf7ff136ab50bdcf34f2d0c02002192c1c8bc39 /xibuilds/file.xibuild
parentcdea2f67ae42d4220e19a555259b69a960925283 (diff)
added tarcapabilities
Diffstat (limited to 'xibuilds/file.xibuild')
-rw-r--r--xibuilds/file.xibuild11
1 files changed, 3 insertions, 8 deletions
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