mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
abrick, fix references to libSDL* (#4108)
This commit is contained in:
@@ -9,7 +9,7 @@ can reach higher levels with the same speed."
|
||||
HOMEPAGE="http://www.abrick.sourceforge.net"
|
||||
COPYRIGHT="2004-2005 Milan Babuskov"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/abrick/files/abrick/abrick-1.12/abrick-1.12-src.tar.gz"
|
||||
CHECKSUM_SHA256="75113463cb8cdbcd0ed251865253c1124ae493b5c1a35393e901b3337c9d0c74"
|
||||
SOURCE_DIR="abrick-1.12-src"
|
||||
@@ -23,9 +23,9 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libSDL_image
|
||||
lib:libSDL_mixer
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -46,9 +46,9 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Abrick
|
||||
mkdir -p $appsDir/Abrick $documentationDir/packages/abrick
|
||||
cp -af abrick $appsDir/Abrick
|
||||
cp -af data $appsDir/Abrick
|
||||
cp -af html $appsDir/Abrick
|
||||
cp -af html/* $documentationDir/packages/abrick
|
||||
addAppDeskbarSymlink $appsDir/Abrick/abrick Abrick
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user