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
2019-02-21 17:34:56 +01:00
version=5.36
2018-07-28 09:48:01 +02: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 \
2018-04-23 15:47:31 +02:00
--enable-static \
--disable-libseccomp
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
}