blob: 1bac5dc4bd66dcca8c4e56cf5738de72773de6cf (
plain)
1
2
3
4
5
6
7
8
|
DEPENDS = "virtual/libc"
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://${FILESDIR}/fileexec.patch;patch=1"
inherit autotools libtool
|