mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
frozen_bubble: revbump, cleanup
This now includes man pages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user