mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
sdllopan: move binaries to additional-files.
the pcx files: a better tileset from kmahjonglib (also GPL licensed) icon: Haiku vector icon and resource file. enable x86_64.
This commit is contained in:
@@ -12,12 +12,17 @@ In both cases, number files beginnging with 0."
|
||||
HOMEPAGE="http://www.linuxmotors.com/sdllopan/"
|
||||
COPYRIGHT="1999-2008 Dave Ashley"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
|
||||
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
|
||||
PATCHES="sdllopan-10.patchset"
|
||||
ADDITIONAL_FILES="
|
||||
Lopan-icon
|
||||
tiles0.pcx
|
||||
tiles2.pcx
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sdllopan = $portVersion
|
||||
@@ -41,6 +46,9 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp $portDir/additional-files/Lopan-icon .
|
||||
cp $portDir/additional-files/tiles0.pcx \
|
||||
$portDir/additional-files/tiles2.pcx data/
|
||||
make $jobArgs
|
||||
rc -o lopan.rsrc lopan.rdef
|
||||
xres -o lopan lopan.rsrc
|
||||
|
||||
Reference in New Issue
Block a user