core/file/Pkgfile

20 lines
478 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
2017-09-04 16:53:57 +02:00
version=5.32
2006-02-23 16:26:10 +01:00
release=1
2014-03-26 20:06:52 +01:00
source=(ftp://ftp.astron.com/pub/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 \
--enable-fsect-man5 \
--enable-static
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2015-07-25 23:45:58 +02:00
rmdir $PKG/usr/share/man/man4
2006-02-23 16:26:10 +01:00
}