core/file/Pkgfile
Juergen Daubert 4002cd986a Merge branch '3.1' into 3.2
Conflicts:
	cpio/Pkgfile
	file/Pkgfile
	pciutils/Pkgfile
2015-09-24 15:12:53 +02:00

20 lines
478 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.25
release=1
source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-fsect-man5 \
--enable-static
make
make DESTDIR=$PKG install
rmdir $PKG/usr/share/man/man4
}