mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Add recipe for bsnow
This commit is contained in:
41
haiku-apps/bsnow/bsnow-1.0.0.recipe
Normal file
41
haiku-apps/bsnow/bsnow-1.0.0.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
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="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BSnow/archive/80b2b5784b790c2adad48876af7c3785f1f6d021.tar.gz"
|
||||
CHECKSUM_SHA256="03df5e87bcb5e97522c8375e6c18ed606e620e58b67bb18724bcbf96489d8e79"
|
||||
SOURCE_DIR="BSnow-80b2b5784b790c2adad48876af7c3785f1f6d021"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
bsnow = $portVersion
|
||||
app:BSnow = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/BSnow
|
||||
cp -r objects.x86-gcc2-release/BSnow $appsDir/BSnow
|
||||
addAppDeskbarSymlink $appsDir/BSnow/BSnow BSnow
|
||||
}
|
||||
Reference in New Issue
Block a user