0
0
Fork 0
haikuports/haiku-misc/substrate/substrate-1.0b.recipe

42 lines
880 B
Bash
Raw Permalink Normal View History

SUMMARY="Screensaver drawing interesting city-like structures"
2015-01-21 17:59:57 +00:00
DESCRIPTION="Substrate is a screensaver which creates interesting images from \
lines and circles. Inspired by xscreensaver's Substrate."
2014-12-11 09:24:37 +00:00
HOMEPAGE="https://github.com/atalax/haiku-substrate"
COPYRIGHT="2003 Jared Tarbell
2014 Josef Gajdusek"
2014-12-11 09:24:37 +00:00
LICENSE="MIT"
REVISION="2"
2016-02-17 19:26:37 +00:00
SOURCE_URI="https://github.com/atalax/haiku-substrate/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="b57e9bc57c4e57fd876d5222030a685872ddbe482464c27b119c58439bd0c948"
SOURCE_DIR="haiku-substrate-$portVersion"
2014-12-11 09:24:37 +00:00
ARCHITECTURES="all"
2014-12-11 09:24:37 +00:00
PROVIDES="
substrate = $portVersion
2015-01-27 15:58:59 +00:00
addon:Substrate
2014-12-11 09:24:37 +00:00
"
REQUIRES="
haiku
2014-12-11 09:24:37 +00:00
"
2016-02-17 19:26:37 +00:00
2015-01-27 15:58:59 +00:00
BUILD_REQUIRES="
haiku_devel
"
2014-12-11 09:24:37 +00:00
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
2018-08-09 09:26:07 +00:00
cmd:make
2014-12-11 09:24:37 +00:00
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $addOnsDir/Screen\ Savers/
cp objects/Substrate $addOnsDir/Screen\ Savers/
}