mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/hfsutils/hfsutils.conf
|
|
# Copyright (C) 2007 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
var_append AR " " "rc"
|
|
|
|
# no DESTDIR
|
|
var_append confopt ' ' '--bindir=\${prefix}/bin --mandir=\${prefix}/man \
|
|
--libdir=\${prefix}/'${libdir##*/}' --includedir=\${prefix}/include'
|
|
var_append makeinstopt ' ' 'prefix=$root/$prefix'
|