5a249b6c4f
This is to ensure that only stuff found in the chroot will be used, and to avoid some stupid problems with libtool scripts. Therefore only templates that have $base_chroot set can be built without the chroot. As bonus now all messages are prepended with "[chroot]" when xbps.sh is running inside of it. --HG-- extra : convert_revision : 68195f4b240c01eea18777767b555604d892400f
16 lines
529 B
Cheetah
16 lines
529 B
Cheetah
# Template file for 'file'
|
|
pkgname=file
|
|
version=4.26
|
|
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version@.tar.gz"
|
|
build_style=gnu_configure
|
|
no_libtool_fixup=yes
|
|
short_desc="File type identification utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=682f7de5c12d35ff2d9e2ec3c6a753bd5a01e0f7f3110501be0bafef1d5e9654
|
|
long_desc="
|
|
File attempts to classify files depending on their contents and prints
|
|
a description if a match is found."
|
|
|
|
base_chroot=yes
|
|
build_depends="zlib-1.2.3"
|
|
run_depends="glibc-2.8 zlib-1.2.3"
|