mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
substrate: Update
This commit is contained in:
@@ -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/
|
||||
}
|
||||
Reference in New Issue
Block a user