mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
substrate: version bump
This commit is contained in:
42
haiku-misc/substrate/substrate-1.0b.recipe
Normal file
42
haiku-misc/substrate/substrate-1.0b.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="https://github.com/atalax/haiku-substrate/archive/v$portVersion.tar.gz"
|
||||
SOURCE_DIR="haiku-substrate-$portVersion"
|
||||
CHECKSUM_SHA256="b57e9bc57c4e57fd876d5222030a685872ddbe482464c27b119c58439bd0c948"
|
||||
REVISION="1"
|
||||
COPYRIGHT="
|
||||
2003 Jared Tarbell
|
||||
2014 Josef Gajdusek
|
||||
"
|
||||
LICENSE="MIT"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
substrate = $portVersion
|
||||
addon:Substrate
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
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