[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/mine/mine.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The ROCK Linux Package Manager [T] ROCK Linux binary packages can be stored as simple .tar.bz2 files or as [T] 'gem' package files. The tool 'mine' is used to install, update, remove [T] and create such 'gem' packages. [A] Claire Xenia Wolf [M] Rene Rebe [F] CROSS DIETLIBC NOPARALLEL NO-LTO.gcc [C] base/setup [L] GPL [S] Stable [V] 0.23 [P] X 0-2--5---9 114.300 [D] f371619436e93308082b1714faa1d5aedf4ebbfd62d04a0c68cb9e37 mine-0.23.tar.bz2 http://www.rocklinux.net/people/clifford/GEM-MINE/ var_append CC_WRAPPER_APPEND ' ' -std=gnu17 var_append SYSCC_WRAPPER_APPEND ' ' -std=gnu17 makeopt="$makeopt CONFOPT=\"--build=\$arch_build --host=\$arch_target --cache-file=../config.cache\"" makeinstopt="$makeinstopt sysprefix=$root" if ! atstage toolchain && pkginstalled dialog; then makeopt="$makeopt USE_GAS=1" makeinstopt="$makeinstopt USE_GAS=1" else makeopt="$makeopt USE_GAS=0" makeinstopt="$makeinstopt USE_GAS=0" fi atstage native || hook_add premake 5 "create_config_cache > config.cache" var_append makeinstopt ' ' "prefix=$root/$prefix sysprefix=$root/" # new ROCK 2.1 features inroduce regressions in the package.db with # versions ending with a space var_append GCC_WRAPPER_INSERT ' ' -DROCK20 pkginstalled zsh && hook_add postinstall 5 "cp -v $confdir/mine.zsh $root$datadir/zsh/site-functions/_mine"