bacon: update to 4.4.

This commit is contained in:
Bikutoso 2021-11-09 13:38:54 +01:00 committed by Érico Nogueira Rolim
parent fae4025958
commit 36bc8f8e07

View file

@ -1,6 +1,6 @@
# Template file for 'bacon'
pkgname=bacon
version=4.3.1
version=4.4
revision=1
build_style=gnu-configure
configure_args="--with-bash --enable-gui-fltk"
@ -12,10 +12,16 @@ license="MIT"
homepage="https://www.basic-converter.org"
changelog="https://www.basic-converter.org/stable/CHANGES"
distfiles="http://www.basic-converter.org/stable/bacon-${version}.tar.gz"
checksum=96bbfeebb506018a6e208dc85e6daded49778ec8b4d037854bda721af890e501
checksum=dbd7c983530743922c8ae21ef5c471df894ece9af12b4075564deb7e0659babf
disable_parallel_build=yes
nocross=yes
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-fts-devel"
depends+=" musl-fts-devel"
LDFLAGS="-lfts"
fi
post_install() {
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
vlicense LICENSE