mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
moleinvasion(music), fix references to libSDL*, fix install paths (#4033)
* moleinvasion(music), fix references to libSDL*, fix install paths
This commit is contained in:
@@ -4,7 +4,7 @@ getting to kill the evil molesfrom the different scenarios."
|
||||
HOMEPAGE="ftp://download.tuxfamily.org/minvasion/music"
|
||||
COPYRIGHT="BohwaZ"
|
||||
LICENSE="LALv1.2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="ftp://download.tuxfamily.org/minvasion/music/02-La_nuit_de_Monsieur_Personne.ogg#noarchive"
|
||||
CHECKSUM_SHA256="c93bedeb0dcd75473edbb9ff23fa8a23524ad4810ad0d3751b68f853528d0e13"
|
||||
SOURCE_URI_2="ftp://download.tuxfamily.org/minvasion/music/04-A_travers_la_fenetre.ogg#noarchive"
|
||||
@@ -75,12 +75,12 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/MoleInvasion/music
|
||||
cp *.ogg $appsDir/MoleInvasion/music
|
||||
cp ../../sources*/*.ogg $appsDir/MoleInvasion/music
|
||||
mkdir -p $dataDir/MoleInvasion/music
|
||||
cp *.ogg $dataDir/MoleInvasion/music
|
||||
cp ../../sources*/*.ogg $dataDir/MoleInvasion/music
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user