#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"

SPEC="$2"

PRODUCT=aimp
PRODUCTDIR=/opt/$PRODUCT

. $(dirname $0)/common.sh

subst '1iAutoReq:no' $SPEC
subst '1iAutoProv:no' $SPEC

subst '1iRequires:/usr/bin/wine' $SPEC
subst '1iRequires:/bin/sh' $SPEC


add_bin_link_command $PRODUCT $PRODUCTDIR/aimp.bash
subst "s|/usr/bin/sh|/bin/sh|" $BUILDROOT$PRODUCTDIR/aimp.bash

mkdir -p $BUILDROOT/usr/share/applications/
cp $BUILDROOT/opt/aimp/aimp.desktop $BUILDROOT/usr/share/applications/aimp.desktop
pack_file /usr/share/applications/aimp.desktop