diff --git a/games-arcade/frozen_bubble/frozen_bubble-2.212.recipe b/games-arcade/frozen_bubble/frozen_bubble-2.212.recipe index aa0fc5568..fad45f46b 100644 --- a/games-arcade/frozen_bubble/frozen_bubble-2.212.recipe +++ b/games-arcade/frozen_bubble/frozen_bubble-2.212.recipe @@ -8,7 +8,7 @@ opponent to 'die' before you." HOMEPAGE="https://metacpan.org/dist/Games-FrozenBubble/view/bin/frozen-bubble" COPYRIGHT="2000-2010 The Frozen-Bubble Team" LICENSE="GNU GPL v2" -REVISION="6" +REVISION="7" SOURCE_URI="https://cpan.metacpan.org/authors/id/K/KT/KTHAKORE/Games-FrozenBubble-$portVersion.tar.gz" CHECKSUM_SHA256="721e04ff69c5233060656bfbf4002aa1aeadd96c95351f0c57bb85b6da35a305" SOURCE_DIR="Games-FrozenBubble-$portVersion" @@ -47,12 +47,8 @@ BUILD_REQUIRES=" devel:libSDL_1.2$secondaryArchSuffix devel:libSDL_mixer_1.2$secondaryArchSuffix devel:libSDL_Pango$secondaryArchSuffix - capture_tiny - class_inspector - compress_bzip2$secondaryArchSuffix - file_sharedir + alien_sdl$secondaryArchSuffix file_slurp - file_which ipc_system_simple locale_maketext_extract module_build @@ -67,13 +63,13 @@ BUILD_PREREQUIRES=" BUILD() { export LDFLAGS="-lnetwork" - perl Build.PL --installdirs vendor --prefix $prefix + perl Build.PL --prefix $prefix ./Build } INSTALL() { - ./Build install --installdirs vendor + ./Build install mkdir $appsDir mv $prefix/bin/frozen-bubble $appsDir/Frozen-Bubble