]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/file/file_4.13.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / file / file_4.13.bb
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 PR = "r0"
7
8 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
9 S = "${WORKDIR}/file-${PV}"
10
11 inherit autotools 
12
13 do_configure_prepend() {
14         sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
15 }