core/file/Pkgfile

19 lines
484 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: File type identification utility
# URL: ftp://ftp.fu-berlin.de/unix/tools/file/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-04-03 19:31:05 +02:00
# Packager: Per Lid<69>n, per at fukt dot bth dot se
2006-02-23 16:26:10 +01:00
# Depends on: zlib
name=file
2006-12-13 11:06:18 +01:00
version=4.19
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
./configure --prefix=/usr --enable-fsect-man5
make
make DESTDIR=$PKG install
rmdir $PKG/usr/man/man4
}