libsdl2: move cmake file to devel package.

This commit is contained in:
Jerome Duval
2017-09-30 19:41:43 +02:00
parent aa5515964f
commit 5e52eebbe0

View File

@@ -6,7 +6,7 @@ software, emulators, and popular games."
HOMEPAGE="http://www.libsdl.org/"
COPYRIGHT="1997-2017 Sam Lantinga"
LICENSE="Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.libsdl.org/release/SDL2-$portVersion.tar.gz"
CHECKSUM_SHA256="03658b5660d16d7b31263a691e058ed37acdab155d68dabbad79998fb552c5df"
SOURCE_DIR="SDL2-$portVersion"
@@ -79,5 +79,5 @@ INSTALL()
fixDevelopLibDirReferences $binDir/sdl2-config
packageEntries devel \
$developDir $binDir/sdl2-config $dataDir
$developDir $binDir/sdl2-config $dataDir $libDir/cmake
}