mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
bacon: update to 4.4.
This commit is contained in:
parent
fae4025958
commit
36bc8f8e07
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue