core/file/Pkgfile

21 lines
517 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: File type identification utility
# URL: http://www.darwinsys.com/file/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: zlib
name=file
2014-02-13 16:23:34 +01:00
version=5.17
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2013-01-05 09:29:04 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-fsect-man5 \
--enable-static
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rmdir $PKG/usr/man/man4
}