db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / file / file.inc
blob1aa4d69596a3f2863a6ccda5ee4fc88825608d6c
1 DESCRIPTION = "File attempts to classify files depending \
2 on their contents and prints a description if a match is found."
3 SECTION = "console/utils"
4 LICENSE = "BSD-ADV"
5 DEPENDS = "file-native"
6 DEPENDS_virtclass-native = ""
8 INCPR = "r2"
10 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
12 inherit autotools
14 NATIVE_INSTALL_WORKS = "1"
15 BBCLASSEXTEND = "native"
17 FILES_${PN} += "${datadir}/misc/magic*"