file: added 5.04 (WIP)
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 9 Feb 2010 17:34:14 +0000 (18:34 +0100)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 10 Feb 2010 17:28:50 +0000 (18:28 +0100)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
recipes/file/file_5.04.bb [new file with mode: 0644]

diff --git a/recipes/file/file_5.04.bb b/recipes/file/file_5.04.bb
new file mode 100644 (file)
index 0000000..1fe1488
--- /dev/null
@@ -0,0 +1,12 @@
+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"
+DEPENDS_virtclass-native = ""
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"