Here it is. Fantastic program, btw. Be sure to check out their website.
[code language=playonlinux]
#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2013-03-01)
# Distribution used to test : Kubuntu 12.04 LTS
# Author : DJYoshaBYD
# Licence : GPLv3
# PlayOnLinux: 4.1.9
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX="Reaper4"
WINEVERSION="1.4.1"
TITLE="Reaper 4"
EDITOR="Cockos Incorporated"
GAME_URL="http://www.reaper.fm"
AUTHOR="DJYoshaBYD"
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run Reaper after install has finished.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
#Dependencies
# Configuration
Set_OS "winxp"
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
# Create Shortcuts
POL_Shortcut "Reaper.exe" "$TITLE"
POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.')" "$TITLE"
POL_SetupWindow_Close
exit 0
[/code]
Screenshots:
Setup images and icons:
http://djyoshabyd.quicktech209.com/repository/Resources/Icons/Reaper4/