Files
haikuports/haiku-apps/bsnow/bsnow-1.0.0.recipe
Oscar Lesta a0ce6e7826 bsnow: fix build for non-gcc2 systems.
Also, don't forget to "make bindcatalogs" for proper locale support.
2025-08-22 08:50:18 +02:00

45 lines
868 B
Bash

SUMMARY="An app to make it snow"
DESCRIPTION="BSnow is a fun replicant that will make it snow in your \
background."
HOMEPAGE="https://github.com/HaikuArchives/BSnow"
COPYRIGHT="2016 François Revol"
LICENSE="MIT"
REVISION="5"
srcGitRev="b135a6db0df00fb1df4e7b66786d87de142b5e4c"
SOURCE_URI="https://github.com/HaikuArchives/BSnow/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="1764ea0ef9fc4e0bbb23ad9e12ebfcc6255cc2d78cd545d202356d4ecac1ba17"
SOURCE_DIR="BSnow-$srcGitRev"
ARCHITECTURES="all"
PROVIDES="
bsnow = $portVersion
app:BSnow = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
make OBJ_DIR=objects $jobArgs
make OBJ_DIR=objects $jobArgs bindcatalogs
}
INSTALL()
{
mkdir -p $appsDir
cp objects/BSnow $appsDir/BSnow
addAppDeskbarSymlink $appsDir/BSnow BSnow
}