23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
20 lines
606 B
Text
20 lines
606 B
Text
# Template file for 'file'
|
|
pkgname=file
|
|
version=5.09
|
|
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="File type identification utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.darwinsys.com/file/"
|
|
license="BSD"
|
|
checksum=bde1c9830ee6c234871778faae8277fdcf775fbb16dea63c8251e24b7c2f869c
|
|
long_desc="
|
|
File attempts to classify files depending on their contents and prints
|
|
a description if a match is found."
|
|
|
|
bootstrap=yes
|
|
subpackages="file-devel"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency build zlib-devel
|