tutils
description
build
to build and install this package use the ports submodule in the stanix repo after having making stanix
cd ports
./clean.sh tutils
./build.sh tutils
./install.sh tutils
precompiled
precompiled are currently not available
packages source
manifest
GIT=https://github.com/tayoky/tutils
COMMIT=a0778b3a62c296cc8f9405cbe8dae9b16a6d2baf
configure() {
./configure --host="$HOST" --with-CC="$CC" --prefix="$PREFIX"
}
build() {
make
}
install() {
make install
}
this page was generated using a script