aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ctags
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-04-18 01:24:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-18 01:24:41 +0000
commitd558f651695809fbcadac4628eaa19b31c17ea06 (patch)
tree316b0e859a2fefdca357054e7ffda47ecf094f68 /packages/ctags
parent15b614088cad23c1930a8d4069a05734661031dc (diff)
downloadopenembedded-d558f651695809fbcadac4628eaa19b31c17ea06.tar.gz
ctags-native: initial add
Diffstat (limited to 'packages/ctags')
-rw-r--r--packages/ctags/.mtn2git_empty0
-rw-r--r--packages/ctags/ctags-native_5.5.4.bb15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/ctags/.mtn2git_empty b/packages/ctags/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/ctags/.mtn2git_empty
diff --git a/packages/ctags/ctags-native_5.5.4.bb b/packages/ctags/ctags-native_5.5.4.bb
new file mode 100644
index 0000000000..956182580f
--- /dev/null
+++ b/packages/ctags/ctags-native_5.5.4.bb
@@ -0,0 +1,15 @@
+# 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"
+MAINTAINER = "Raymond Danks <raymondd@ia.amd.com>"
+HOMEPAGE="http://ctags.sourceforge.net/"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/ctags/ctags-${PV}.tar.gz"
+
+S="${WORKDIR}/ctags-${PV}"
+
+inherit native
+inherit autotools