diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:14:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:14:05 +0000 |
commit | 926bfde12c8d306e07ae1ca293b6b0fb38bf6852 (patch) | |
tree | 38318a1382597d94dcf64c98bcecdc361459f4f7 /packages/file/file_4.21.bb | |
parent | a17dbe910a0394ae6ad77a013030b1869c4b82df (diff) | |
parent | f93a8fefcc42bbb871d1b26e9a814c08954c42c7 (diff) |
merge of '06dece86b19a87ce894b51a9a4596d0dd10aa368'
and 'f6d341299c43235d3c37dbbb33a02a56ea8370c3'
Diffstat (limited to 'packages/file/file_4.21.bb')
-rw-r--r-- | packages/file/file_4.21.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/file/file_4.21.bb b/packages/file/file_4.21.bb new file mode 100644 index 0000000000..758f7f36fa --- /dev/null +++ b/packages/file/file_4.21.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "File attempts to classify files depending \ +on their contents and prints a description if a match is found." +SECTION = "console/utils" +LICENSE = "BSD-ADV" +DEPENDS = "file-native" + +SRC_URI = "ftp://ftp.fi.debian.org/pub/gentoo/distfiles/file-${PV}.tar.gz" +S = "${WORKDIR}/file-${PV}" + +inherit autotools + +do_configure_prepend() { + sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am +} + +do_stage() { + autotools_stage_all +} |