mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
codeblocks: for boost-1.89
This commit is contained in:
parent
99f1aa330f
commit
53557f87c0
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'codeblocks'
|
# Template file for 'codeblocks'
|
||||||
pkgname=codeblocks
|
pkgname=codeblocks
|
||||||
version=25.03
|
version=25.03
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-wx-config=wx-config-gtk3 --with-contrib-plugins
|
configure_args="--with-wx-config=wx-config-gtk3 --with-contrib-plugins
|
||||||
--with-boost=${XBPS_CROSS_BASE}/usr
|
--with-boost=${XBPS_CROSS_BASE}/usr
|
||||||
--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
|
--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
|
||||||
|
--with-boost-system=c
|
||||||
ac_cv_exeext=no --with-gnu-ld"
|
ac_cv_exeext=no --with-gnu-ld"
|
||||||
hostmakedepends="libtool pkg-config zip tinyxml-devel"
|
hostmakedepends="libtool pkg-config zip tinyxml-devel"
|
||||||
makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel hunspell-devel
|
makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel hunspell-devel
|
||||||
gamin-devel boost-devel-minimal libboost_system boost-build tinyxml-devel"
|
gamin-devel boost-devel-minimal boost-build tinyxml-devel"
|
||||||
short_desc="Free C, C++ and Fortran IDE"
|
short_desc="Free C, C++ and Fortran IDE"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue