mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
smpeg, fix SOURCE_URI, patch (kudos to OscarL for providing the one from smpeg2) (#7731)
This commit is contained in:
@@ -6,9 +6,11 @@ software patents in the United States."
|
||||
HOMEPAGE="http://www.icculus.org/smpeg"
|
||||
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="7"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/libs/old/smpeg-0.4.5.zip"
|
||||
CHECKSUM_SHA256="8d4e4a6bc1892279ae7727e192df0ad0cef5927d50090f846e0bf3ba1b8f3d41"
|
||||
REVISION="8"
|
||||
SOURCE_URI="https://github.com/icculus/smpeg/archive/refs/tags/release_$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e2e53bfd2e6401e2c29e5eb3929be0e8698bc9e4c9d731751f67e77b408f1f74"
|
||||
SOURCE_DIR="smpeg-release_$portVersion"
|
||||
PATCHES="smpeg-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -65,7 +67,7 @@ BUILD()
|
||||
autoconf
|
||||
chmod +x configure
|
||||
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user