blob: 80a4def08726a215b4962efceb983a489e5d367f (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "console/utils"
DESCRIPTION = "File attempts to classify files depending \
on their contents and prints a description if a match is found."
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
file://fileexec.patch;patch=1"
inherit autotools
|