summaryrefslogtreecommitdiffstats
path: root/recipes/ctags/ctags-native_5.5.4.bb
blob: 19adb42f27c88fabf33d387771eb9748a5489740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

SRC_URI[md5sum] = "a84124caadd4103270e0b84596ecfe83"
SRC_URI[sha256sum] = "7b83689a47efa627d4b5670317125de3d87ae9278cf69c3ac7e3b7be646e715d"