aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ctags/ctags-native_5.5.4.bb
blob: 21b660166c2c0dcffe57fd4f496ca3ec9b6df74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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