33 lines
1.0 KiB
Bash
33 lines
1.0 KiB
Bash
# Template file for 'chafa'
|
|
pkgname=chafa
|
|
version=1.12.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-man"
|
|
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
|
|
makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
|
|
short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
|
|
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://hpjansson.org/chafa/"
|
|
distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
|
|
checksum=2456a0b6c1150e25b64cd6a92810d59bed3f061f8b86f91aba5a77bc7cc76cfa
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*|i686*) ;;
|
|
*) configure_args+=" ax_cv_gcc_check_x86_cpu_init=no
|
|
ax_cv_gcc_check_x86_cpu_supports=no" ;;
|
|
esac
|
|
|
|
chafa-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|