blob: edb620fbfc00825ba9e3e63fe44dfa29a84d7721 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
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
|