void-packages/templates/file/template
Juan RP e0030bc0fe Split pkgs required by xbps-base-chroot, as it was made in Fedora.
- Added an additional shell func to add full (build/run), build
  or run time dependencies to packages. An optional third parameter
  can be used to specify other version than the one set in
  the depends file.
- Use a "depends" file in package directory to specify minimum
  required ABI/API version for a package, so that there's no need
  to set the version all the time in pkgs.
- Updated bash to 4.0.

--HG--
extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
2009-02-24 07:13:11 +01:00

19 lines
552 B
Text

# Template file for 'file'
pkgname=file
sourcepkg=file
version=5.00
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=289bc067d7a2a7e52437428bd0e79df9030028fd13c26e9772ebf1dfc8d9d5c9
long_desc="
File attempts to classify files depending on their contents and prints
a description if a match is found."
base_chroot=yes
subpackages="devel"
Add_dependency run glibc
Add_dependency full zlib