codeblocks: add contrib plugins

closes #6725

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Young Jin Park 2019-01-08 07:06:27 +09:00 committed by maxice8
parent 8ba8111614
commit e48ec4ebe3
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# Template file for 'codeblocks'
pkgname=codeblocks
version=17.12
revision=6
revision=7
build_style=gnu-configure
configure_args="--with-wx-config=wx-config-gtk3"
configure_args="--with-wx-config=wx-config-gtk3 --with-contrib-plugins
--with-boost=${XBPS_CROSS_BASE}/usr --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="automake libtool pkg-config zip"
makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel"
makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel hunspell-devel
gamin-devel boost-devel boost-build"
short_desc="Free C, C++ and Fortran IDE"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-only"