diff --git a/haiku-games/2pow/2pow-1.0.0.recipe b/haiku-games/2pow/2pow-1.2.0.recipe similarity index 72% rename from haiku-games/2pow/2pow-1.0.0.recipe rename to haiku-games/2pow/2pow-1.2.0.recipe index e627e10c3..a22d9f6be 100644 --- a/haiku-games/2pow/2pow-1.0.0.recipe +++ b/haiku-games/2pow/2pow-1.2.0.recipe @@ -1,11 +1,11 @@ SUMMARY="2048 game clone for Haiku" DESCRIPTION="Join the numbers and get to the 2048 tile!" HOMEPAGE="https://github.com/threedeyes/2Pow" -COPYRIGHT="2014-2019 Gerasim Troeglazov" +COPYRIGHT="2014-2023 Gerasim Troeglazov" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/threedeyes/2Pow/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="f974e89da8c2d530084d285ba86136bf25c9eae21b3a3e2c22778c04f7b12749" +CHECKSUM_SHA256="c06983bc599a977dad24eab5186221b7a014f4283a0584e54aced7b454c67701" SOURCE_DIR="2Pow-$portVersion" ARCHITECTURES="all" @@ -22,6 +22,7 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" + makefile_engine cmd:g++ cmd:make " @@ -29,11 +30,11 @@ BUILD_PREREQUIRES=" BUILD() { make + make bindcatalogs } INSTALL() { - mkdir -p $appsDir - cp -a 2Pow $appsDir/2Pow + make install INSTALL_DIR=$appsDir addAppDeskbarSymlink $appsDir/2Pow }