ports/audio/atunes/files/atunes.in
2013-05-10 10:03:58 +00:00

8 lines
311 B
Bash

#!/bin/sh
cd %%DATADIR%%
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
-Dsubstancelaf.windowRoundedCorners=false \
-Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
-Xms128m -Xmx256m -splash:splash.gif \
-cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"