sdl_perl: cleanup

no revbump, because no rebuild is necessary.
This commit is contained in:
Joachim Mairböck
2025-03-10 21:30:26 +01:00
parent b519c12943
commit a5457c15e3

View File

@@ -57,11 +57,7 @@ BUILD_REQUIRES="
devel:libSDL_Pango$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix >= 6
alien_sdl$secondaryArchSuffix
capture_tiny
class_inspector
file_sharedir
module_build
tie_simple
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
@@ -69,13 +65,15 @@ BUILD_PREREQUIRES="
"
TEST_REQUIRES="
algorithm_diff
capture_tiny
file_sharedir
tie_simple
test_most
"
BUILD()
{
perl Build.PL --installdirs vendor --prefix $prefix
perl Build.PL --prefix $prefix
./Build
}