core/file/Pkgfile

19 lines
475 B
Plaintext

# Description: File type identification utility
# URL: ftp://ftp.fu-berlin.de/unix/tools/file/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Packager: Per Lidén, per at fukt dot bth dot se
# Depends on: zlib
name=file
version=4.18
release=1
source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-fsect-man5
make
make DESTDIR=$PKG install
rmdir $PKG/usr/man/man4
}