diff options
| author | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 | 
| commit | c25b6890891c7ef34e129c8c54efdf2993234aa0 (patch) | |
| tree | efce372f0cfbcdb2e4285ef65191cbbf1e3146e1 /xibuilds/file.xibuild | |
| parent | d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (diff) | |
moved xibuilds to another repo
Diffstat (limited to 'xibuilds/file.xibuild')
| -rw-r--r-- | xibuilds/file.xibuild | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/xibuilds/file.xibuild b/xibuilds/file.xibuild deleted file mode 100644 index 0e4da82..0000000 --- a/xibuilds/file.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -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 () { -    ./configure --prefix=/usr  -    make -    make check -    make DESTDIR=$PKG_DEST install -} - - | 
