substrate: Update

This commit is contained in:
Josef Gajdusek
2015-01-21 18:59:57 +01:00
parent 5a93f5abd5
commit 4d349853fa

View File

@@ -1,39 +0,0 @@
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
"
BUILD_PREREQUIRES="
makefile_engine
cmd:mkdepend
cmd:make
cmd:gcc
"
BUILD_REQUIRES="
haiku_devel
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $addOnsDir/Screen\ Savers/
cp objects/Substrate $addOnsDir/Screen\ Savers/
}