#----------------------------- General vars --------------------------------------
#------------------------- Основные переменные -----------------------------------
pkgname=ctags
pkgver=5.8
pkgbuild=1
arch=('auto')
shortdesc="Generates an index file of language objects found in source files"
#longdesc=(""
#)
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
patch_opts=("")
#----------------------------- AgiliaLinux vars --------------------------------------
#--------------------- Специфичные для AgiliaLinux ------------------------------
#short and long tags / длинный и короткий тег
tags="console dev-util"
#dependencies only needed to build package
build_deps=""
provides=""
conflicts=""
adddep="glibc"
removedep=""
#for multi pkg abuild
pkglist=
#Set number of jobs while compliling, otherwise it'll be autodetected
#numjobs=1
#additional files should be copied into ${pkgdir}/usr/doc/${pkgname}-${pkgver} dir from sources
docs=
gendeps_blacklist=
#custom_opts: skip_validate skip_gendeps no_postperm no_strip
custom_opts=""
#----------------------------- Make PKG --------------------------------------
#-------------------------- Сборка пакета ------------------------------------
#ran before function build()
#запускается перед сборкой.
#before_build()
#{
#
#}
BUILD_SYSTEM="autotools"
BUILD_WORD="LDFLAGS=\"$SLKLDFLAGS\" CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\" ./configure"
BUILD_KEYS="--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--disable-static \
--mandir=/usr/man \
--program-prefix= \
--program-suffix="
INSTALL_KEYS="DESTDIR=$pkgdir/usr"
#ran after function build()
#после сборки
#after_build()
#{
#}