summaryrefslogtreecommitdiffstats
path: root/file/Pkgfile
blob: 8d4dae9fbee3266467fc33f2a5cc6e9fac08ba5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description="File type identification utility"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://www.darwinsys.com/file/"
depends=(zlib)

name=file
version=5.04
release=1
source=(ftp://ftp.fu-berlin.de/unix/tools/file/file-5.04.tar.gz)
build () 
{ 
    cd $name-$version;
    ./configure --prefix=/usr --mandir=/usr/man --enable-fsect-man5;
    make;
    make DESTDIR=$PKG install;
    rmdir $PKG/usr/man/man4
}