aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ctags/ctags-native_5.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ctags/ctags-native_5.5.4.bb')
-rw-r--r--recipes/ctags/ctags-native_5.5.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/ctags/ctags-native_5.5.4.bb b/recipes/ctags/ctags-native_5.5.4.bb
new file mode 100644
index 0000000000..21b660166c
--- /dev/null
+++ b/recipes/ctags/ctags-native_5.5.4.bb
@@ -0,0 +1,14 @@
+# ctags-native OE build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="Ctags generates an index (or tag) file of language objects found in source files."
+LICENSE="GPL"
+HOMEPAGE="http://ctags.sourceforge.net/"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/ctags/ctags-${PV}.tar.gz"
+
+S="${WORKDIR}/ctags-${PV}"
+
+inherit native
+inherit autotools