diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-11 18:51:19 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-11 18:51:19 +0000 |
commit | d029066192d56afa63449a2fc846a51378052d30 (patch) | |
tree | daf9c54de3933483315c1972e0fc3709e124cc7a /packages/file/file_4.21.bb | |
parent | 75dd520287cba973d751626c17f595f603687dbe (diff) | |
parent | 77a8758d3dd5dd89b5a0bc32f62f288e71cabca6 (diff) |
merge of '8654baa6db1769cd516400afebdc63c9b19ee633'
and 'f1821469be3c8f5081df2188813bc21f7d26b8a8'
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 +} |