mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
De-lint recipes
* teeworlds Don't start SUMMARY with app name Re-ordered blocks * textsaver Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES from apps to addon * tiff Don't start SUMMARY with app name Re-ordered blocks Removed duplicate REVISION * timecop Don't start SUMMARY with app name Re-ordered blocks * transmission Don't start SUMMARY with app name Re-ordered blocks * twolame Don't start SUMMARY with app name Re-ordered blocks * x264 Don't start SUMMARY with app name Re-ordered blocks * xemacs Don't start SUMMARY with app name Re-ordered blocks * xextproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * xtrans Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * zoo Don't start SUMMARY with app name Still in old BEP format * zsh Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,30 +1,27 @@
|
||||
SUMMARY="TextSaver screensaver"
|
||||
SUMMARY="A screensaver displaying some text"
|
||||
DESCRIPTION="Displays your text at random locations in random colors."
|
||||
HOMEPAGE="https://github.com/bbjimmy/TextSaver"
|
||||
COPYRIGHT="2002 Marcus Overhagen
|
||||
2004-2013 Jim Saxton, FAT ELK SOFTWARE"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bbjimmy/TextSaver/archive/1.0.tar.gz"
|
||||
CHECKSUM_SHA256="00ecaba878786fce07620946124bdb42ec52e9d1c597cc2a876355229a786747"
|
||||
SOURCE_DIR="TextSaver-1.0"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2002 Marcus Overhagen
|
||||
2004-2013 Jim Saxton, FAT ELK SOFTWARE
|
||||
"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
testsaver = $portVersion
|
||||
app:textsaver = $portVersion
|
||||
addon:textsaver = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel"
|
||||
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
@@ -39,7 +36,6 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
|
||||
mkdir -p $addOnsDir/Screen\ Savers
|
||||
cd source
|
||||
cp TextSaver $addOnsDir/Screen\ Savers/TextSaver
|
||||
@@ -48,5 +44,4 @@ INSTALL()
|
||||
unzip -o fatelk
|
||||
cp "FAT ELK" $dataDir/FatElk/
|
||||
cp "Fat Elk" $dataDir/FatElk/
|
||||
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
SUMMARY="TimeCop helps you collect statistics about your computer usage"
|
||||
DESCRIPTION="
|
||||
You want to know, how much time you spend in front of your computer?
|
||||
SUMMARY="A tool to collect statistics about your computer usage"
|
||||
DESCRIPTION="You want to know, how much time you spend in front of your \
|
||||
computer?
|
||||
You want to know, how often your computer crashes?
|
||||
|
||||
You can use TimeCop to write a protocol of your computer sessions.
|
||||
"
|
||||
TimeCop writes a protocol of your computer sessions."
|
||||
HOMEPAGE="http://www.augusta.de/michael/BeOS/TimeCop/index.us.html"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/TimeCop.git#ee79c42895"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Michael Pieper"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/TimeCop.git#ee79c42895"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 !ppc"
|
||||
CHECKSUM_SHA256="d384c22c8768298fb1d9ea60fbdb8e7f7e440c00bae44c37e7507f20c4fe6a94"
|
||||
|
||||
@@ -20,6 +20,7 @@ PROVIDES="
|
||||
cmd:TimeCop_daemon = $portVersion
|
||||
app:TimeCop = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user