mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
SDLPoP: fix provides
This commit is contained in:
@@ -4,7 +4,7 @@ It is based on a disassembly of the DOS version, and uses SDL."
|
||||
HOMEPAGE="http://www.princed.org/"
|
||||
COPYRIGHT="Dávid Nagy"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/NagyD/SDLPoP/archive/v$portVersion.tar.gz"
|
||||
SOURCE_DIR="SDLPoP-$portVersion"
|
||||
CHECKSUM_SHA256="8032c47fad4b73021d636ead510bbc1ab5106cff77103e331ad0f32a49a13946"
|
||||
@@ -20,8 +20,8 @@ GLOBAL_WRITABLE_FILES="
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
sdlpop = $portVersion
|
||||
app:SDLPop
|
||||
sdlpop$secondaryArchSuffix = $portVersion
|
||||
app:SDLPop$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -79,5 +79,5 @@ INSTALL()
|
||||
|
||||
addResourcesToBinaries $sourceDir/sdlpop.rdef \
|
||||
"$appsDir/SDLPoP/Prince of Persia"
|
||||
addAppDeskbarSymlink "$appsDir/SDLPoP/Prince of Persia" "Prince of Persia"
|
||||
addAppDeskbarSymlink "$appsDir/SDLPoP/Prince of Persia"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user