mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user