4ce4be93ef
Also, add --with-sqlite to configure_args in order to use the system-provided sqlite.
23 lines
867 B
Bash
23 lines
867 B
Bash
# Template file for 'fossil'
|
|
pkgname=fossil
|
|
version=2.18
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--disable-internal-sqlite --prefix=/usr --with-sqlite=${XBPS_CROSS_BASE}/usr/include"
|
|
hostmakedepends="tcl"
|
|
makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
|
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.fossil-scm.org"
|
|
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
|
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
|
checksum=e89cb9c726348bb14e7736e031d2b08574408c5d4db98e7d3fc814dadc6f3546
|
|
|
|
post_extract() {
|
|
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
|
}
|
|
post_install() {
|
|
vman fossil.1
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
}
|