summaryrefslogtreecommitdiff
path: root/skip/file/file.xibuild
blob: 22995d230affa1f85a51f2c589eb4d1d4f91955b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

MAKEDEPS="make "
DEPS="musl zlib xz bzip2"

PKG_VER=5.43
SOURCE=http://ftp.astron.com/pub/file/file-$PKG_VER.tar.gz
DESC="A utility for determining the type of a given file or files"

build () {
    ./configure --prefix=/usr 
    make
}

#check () {
#    make check
#}

package () {
    make DESTDIR=$PKG_DEST install
}