mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
burgerspace, fix recipe (#3651)
This commit is contained in:
committed by
waddlesplash
parent
52b414bd51
commit
cbe0fec617
@@ -2,11 +2,11 @@ SUMMARY="A hamburger-smashing video game"
|
|||||||
DESCRIPTION="A game in which you are a chef, and must walk over hamburger \
|
DESCRIPTION="A game in which you are a chef, and must walk over hamburger \
|
||||||
ingredients (buns, meat, and lettuce) to make them fall from floor to floor, \
|
ingredients (buns, meat, and lettuce) to make them fall from floor to floor, \
|
||||||
until they end up on the plates at the bottom of the screen."
|
until they end up on the plates at the bottom of the screen."
|
||||||
HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html"
|
HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html"
|
||||||
COPYRIGHT="2013 Pierre Sarrazin"
|
COPYRIGHT="2013 Pierre Sarrazin"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://perso.b2b2c.ca/sarrazip/dev/burgerspace-$portVersion.tar.gz"
|
SOURCE_URI="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="34b0feccf543b11f9f9a182203d67cd453675255fed4b745e4e74c121b211bf2"
|
CHECKSUM_SHA256="34b0feccf543b11f9f9a182203d67cd453675255fed4b745e4e74c121b211bf2"
|
||||||
SOURCE_DIR="burgerspace-$portVersion"
|
SOURCE_DIR="burgerspace-$portVersion"
|
||||||
ADDITIONAL_FILES="burgerspace.rdef"
|
ADDITIONAL_FILES="burgerspace.rdef"
|
||||||
@@ -57,4 +57,7 @@ INSTALL()
|
|||||||
mv $binDir/burgerspace $appsDir/BurgerSpace
|
mv $binDir/burgerspace $appsDir/BurgerSpace
|
||||||
addResourcesToBinaries $portDir/additional-files/burgerspace.rdef $appsDir/BurgerSpace
|
addResourcesToBinaries $portDir/additional-files/burgerspace.rdef $appsDir/BurgerSpace
|
||||||
addAppDeskbarSymlink $appsDir/BurgerSpace BurgerSpace
|
addAppDeskbarSymlink $appsDir/BurgerSpace BurgerSpace
|
||||||
|
|
||||||
|
# remove obsolete files
|
||||||
|
rm -rf $dataDir/{applications,pixmaps}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user