diff options
Diffstat (limited to 'xibuilds/file.xibuild')
| -rw-r--r-- | xibuilds/file.xibuild | 11 | 
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 | 
