core/file/Pkgfile

22 lines
547 B
Plaintext

# Description: File type identification utility
# URL: http://www.darwinsys.com/file/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: zlib
name=file
version=5.06
release=1
source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
build() {
cd $name-$version
# http://mx.gw.com/pipermail/file/2011/000770.html
sed -i '2s/5/6/' src/patchlevel.h
./configure --prefix=/usr --mandir=/usr/man --enable-fsect-man5
make
make DESTDIR=$PKG install
rmdir $PKG/usr/man/man4
}