Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37378810
en ru br
ALT Linux repos
S:0.9.1-alt2_59jpp11

Group :: System/Libraries
RPM: sdljava

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

# source the jpackage helpers
VERBOSE=1
. /usr/share/java-utils/java-functions

# set JAVA_* environment variables
set_javacmd
check_java_env
set_jvm_dirs

CLASSPATH=`build-classpath sdljava`
MAIN_CLASS="$1"
if [ -x /usr/lib64/sdljava/libsdljava.so ]; then
set_options "-Djava.library.path="/usr/lib64/sdljava""
else
set_options "-Djava.library.path="/usr/lib/sdljava""
fi

shift
run "$@"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin