mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
minor clean-up of digiclock recipe
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
SUMMARY="DigiClock Screensaver"
|
||||
DESCRIPTION="Based on BinaryClock by David Enderson Uses filled rectangles and random colors."
|
||||
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"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012 Jim Saxton, Fat Elk Softrware"
|
||||
COPYRIGHT="2012 Jim Saxton, Fat Elk Software"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
#SOURCE_DIR="digiclock-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
app:digiclock = $portVersion"
|
||||
|
||||
REVISION="1"
|
||||
@@ -21,8 +18,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
"
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -30,7 +26,6 @@ BUILD_PREREQUIRES="
|
||||
makefile_engine"
|
||||
|
||||
BUILD()
|
||||
|
||||
{
|
||||
cd source
|
||||
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
@@ -47,7 +42,3 @@ INSTALL()
|
||||
cp "FAT ELK" $dataDir/FatElk/
|
||||
cp "Fat Elk" $dataDir/FatElk/
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user