Change default control keys to avoid clashes with most keymaps.

Added ReadMe, icon and rdef.
Changed recipe to add rdef and ReadMe.
This commit is contained in:
Humdinger
2014-05-27 19:36:14 +02:00
parent a4e6baaeb9
commit 2381595f0b
2 changed files with 696 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ LICENSE="xrick"
COPYRIGHT="2000-2006 Bigorno.net"
SRC_URI="http://www.bigorno.net/xrick/xrick-021212.tgz"
CHECKSUM_SHA256="aa8542120bec97a730258027a294bd16196eb8b3d66134483d085f698588fc2b"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2"
PROVIDES="
@@ -33,6 +33,8 @@ PATCHES="xrick-$portVersion.patchset"
BUILD()
{
make $jobArgs
rc -o xrick.rsrc xrick.rdef
xres -o xrick xrick.rsrc
}
INSTALL()
@@ -40,6 +42,8 @@ INSTALL()
mkdir -p $appsDir/XRick
cp xrick $appsDir/XRick
cp data.zip $appsDir/XRick
cp ReadMe $appsDir/XRick
cp -r images $appsDir/XRick
addAppDeskbarSymlink $appsDir/XRick/xrick "Rick Dangerous"
}