SDLPoP: fix provides

This commit is contained in:
Gerasim Troeglazov
2018-09-04 23:20:55 +10:00
parent 096d8155c9
commit 7ef73e91a8

View File

@@ -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"
}