From: Raymond Danks Date: Tue, 18 Apr 2006 01:24:41 +0000 (+0000) Subject: ctags-native: initial add X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d558f651695809fbcadac4628eaa19b31c17ea06;p=openembedded.git ctags-native: initial add --- diff --git a/packages/ctags/.mtn2git_empty b/packages/ctags/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 " +HOMEPAGE="http://ctags.sourceforge.net/" + +SRC_URI="${SOURCEFORGE_MIRROR}/ctags/ctags-${PV}.tar.gz" + +S="${WORKDIR}/ctags-${PV}" + +inherit native +inherit autotools