void-packages/srcpkgs/codeblocks/template

36 lines
1.2 KiB
Bash

# Template file for 'codeblocks'
pkgname=codeblocks
version=20.03
revision=7
build_style=gnu-configure
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
ac_cv_exeext=no --with-gnu-ld"
hostmakedepends="libtool pkg-config zip tinyxml-devel"
makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel hunspell-devel
gamin-devel boost-devel boost-build tinyxml-devel"
short_desc="Free C, C++ and Fortran IDE"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="http://www.codeblocks.org"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Sources/${version}/${pkgname}-${version}.tar.xz"
checksum=15eeb3e28aea054e1f38b0c7f4671b4d4d1116fd05f63c07aa95a91db89eaac5
disable_parallel_build="plugins use same working directory"
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
post_install() {
vinstall debian/codeblocks.sharedmime 644 /usr/share/mime/packages codeblocks.xml
vinstall src/mime/codeblocks.desktop 644 /usr/share/applications
}
codeblocks-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/include/codeblocks
}
}