mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
@@ -1,30 +1,34 @@
|
||||
SUMMARY="DigiClock Screensaver"
|
||||
DESCRIPTION="Based on BinaryClock by David Enderson. DigiClock uses filled rectangles and random colors."
|
||||
|
||||
HOMEPAGE="https://github.com/bbjimmy/DigiClock"
|
||||
SRC_URI="git+https://github.com/bbjimmy/DigiClock.git#7c49eb1ec29b1eb1046f9d7911646e2d5f5e6def"
|
||||
DESCRIPTION="Based on BinaryClock by David Enderson. DigiClock uses filled rectangles and\
|
||||
random colors."
|
||||
HOMEPAGE="http://www.fatelk.com"
|
||||
SRC_URI="https://github.com/bbjimmy/DigiClock/archive/1.0.tar.gz"
|
||||
CHECKSUM_SHA512="24ab1ed06a4b13d63fbca87708a9e98b53b5737d12fee22663549132e6434b61e789326231e0168447f46f609eb4a296497f98418db41874cc712756f118daa8"
|
||||
SOURCE_DIR="DigiClock-1.0"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012 Jim Saxton, Fat Elk Software"
|
||||
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
digiclock = $portVersion
|
||||
app:digiclock = $portVersion"
|
||||
|
||||
REVISION="1"
|
||||
app:digiclock = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion"
|
||||
haiku >= $haikuVersion"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion"
|
||||
haiku_devel >= $haikuVersion"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
makefile_engine"
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user