aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ctags/ctags-native_5.5.4.bb
blob: dd9dd77a22db2b423671769b342367bb69609425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 <info-linux@geode.amd.com>"
HOMEPAGE="http://ctags.sourceforge.net/"

SRC_URI="${SOURCEFORGE_MIRROR}/ctags/ctags-${PV}.tar.gz"

S="${WORKDIR}/ctags-${PV}"

inherit native
inherit autotools