mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
Add recipe for Substrate
This commit is contained in:
42
haiku-apps/substrate/substrate-1.0.recipe
Normal file
42
haiku-apps/substrate/substrate-1.0.recipe
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
SUMMARY="Screensaver drawing interesting city-like structures."
|
||||||
|
DESCRIPTION="
|
||||||
|
Substrate is a screensaver which creates interesting images from lines and circles. \
|
||||||
|
Inspired by xscreensaver's Substrate.
|
||||||
|
"
|
||||||
|
HOMEPAGE="https://github.com/atalax/haiku-substrate"
|
||||||
|
SRC_URI="git+https://github.com/atalax/haiku-substrate.git#1bd0a5"
|
||||||
|
REVISION="1"
|
||||||
|
COPYRIGHT="2014 Josef Gajdusek"
|
||||||
|
LICENSE="MIT"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
substrate = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:mkdepend
|
||||||
|
cmd:make
|
||||||
|
cmd:gcc
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $addOnsDir/Screen\ Savers/
|
||||||
|
cp objects/Substrate $addOnsDir/Screen\ Savers/
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user