ctags-native: initial add
authorRaymond Danks <raymond@edanks.com>
Tue, 18 Apr 2006 01:24:41 +0000 (01:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Apr 2006 01:24:41 +0000 (01:24 +0000)
packages/ctags/.mtn2git_empty [new file with mode: 0644]
packages/ctags/ctags-native_5.5.4.bb [new file with mode: 0644]

diff --git a/packages/ctags/.mtn2git_empty b/packages/ctags/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ctags/ctags-native_5.5.4.bb b/packages/ctags/ctags-native_5.5.4.bb
new file mode 100644 (file)
index 0000000..9561825
--- /dev/null
@@ -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