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/
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
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-04-03 19:31:05 +02:00
version=4.17
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-fsect-man5
make
make DESTDIR=$PKG install
rmdir $PKG/usr/man/man4
}