void-packages/srcpkgs/file/template
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00

18 lines
550 B
Text

# Template file for 'file'
pkgname=file
version=5.07
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>"
checksum=c968bfe97d87f9f564728a894d57be2c6bba9a2006763fffff85c5f72a9a3c2f
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