mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
21 lines
637 B
Plaintext
21 lines
637 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/rapidsvn/rapidsvn.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
if [ $prefix_auto = 1 ]; then
|
|
prefix="opt/rapidsvn"
|
|
set_confopt
|
|
fi
|
|
|
|
# support for apr*-1.x
|
|
pkginstalled apr && var_append confopt \
|
|
" " "--with-apr-config=$(pkgprefix bindir apr)/apr-1-config"
|
|
pkginstalled apr-util && var_append confopt \
|
|
" " "--with-apu-config=$(pkgprefix bindir apr-util)/apu-1-config"
|
|
|
|
hook_add premake 5 "sed -i -e 's/\(SUBDIRS.*\)doc /\1/' Makefile"
|
|
|
|
var_append confopt ' ' "--with-svn-lib=$(pkgprefix libdir subversion)"
|