5edb112414
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
26 lines
828 B
Bash
26 lines
828 B
Bash
# Template file for 'poedit'
|
|
pkgname=poedit
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="Lucene++-devel boost-devel cld2-devel db-devel gtkspell-devel
|
|
wxWidgets-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://www.poedit.net/"
|
|
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
|
checksum=6c4639b8e56b6cffd52afc33d9ddf51b6ce2c6ffdf4f4edff8bb3e4c1a343101
|
|
|
|
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" wxWidgets-devel"
|
|
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|