# Template file for 'liblouis' pkgname=liblouis version=3.3.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config help2man python3-devel" makedepends="python3-devel" depends="python3" disable_parallel_build=yes configure_args="--enable-ucs4" short_desc="Open-source braille translator and back-translator" maintainer="Juan RP " license="GPL-3" homepage="http://liblouis.org/" distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkgname-$version.tar.gz" checksum=3466c9d55ad23191ec1b092b911c706475156556176ead9ecd7ee841df6a31f3 pycompile_module='louis' case "$XBPS_TARGET_MACHINE" in *-musl) ;; *) configure_args+=" gl_cv_func_getopt_gnu=yes";; esac # See my commentary in patches/crosspython.patch # for justification of pre_build: pre_build() { sed -i -e "s/@VERSION@/${version}/" python/setup.py } post_install() { cd python python3 setup.py install --root="${DESTDIR}" } liblouis-devel_package() { short_desc+=" - development files" depends="${sourcepkg}-${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig # .info files aren't installed because texinfo>=5 isn't # available in the chroot. Prebuilt .info is supplied # with the source distribution, so install that. vmkdir usr/share/info vcopy "doc/*.info*" usr/share/info } }