diff options
-rw-r--r-- | packages/ctags/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ctags/ctags-native_5.5.4.bb | 15 |
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 |