mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
De-lint recipes
* marble Don't start SUMMARY with app name Re-ordered blocks * ne Don't start SUMMARY with app name Still in old BEP format * pixman Don't start SUMMARY with app name Improved DESCRIPTION Re-ordered blocks * qemacs Don't start SUMMARY with app name Re-ordered blocks * rsync Don't start SUMMARY with app name Re-ordered blocks * schroedinger Don't start SUMMARY with app name Re-ordered blocks * screen Don't start SUMMARY with app name Re-ordered blocks * sharutils Don't start SUMMARY with app name Re-ordered blocks * sortsave Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES to declare an addon * srm Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,25 +1,27 @@
|
||||
SUMMARY="SortSave screensaver"
|
||||
DESCRIPTION="Just like the Borg, bringing order to chaos. SortSave is a re-creation of an \
|
||||
old program for the Tandy 1000 computer. The original was programmed in BASIC and \
|
||||
compiled to run on MS Dos."
|
||||
SUMMARY="A screensaver that sorts randomly generated bars"
|
||||
DESCRIPTION="Just like the Borg, bringing order to chaos.
|
||||
SortSave is a re-creation of an old program for the Tandy 1000 computer. The \
|
||||
original was programmed in BASIC and compiled to run on MS Dos. This version \
|
||||
has one mode that re-creates the colors that were used in the original, 16 \
|
||||
colors."
|
||||
HOMEPAGE="https://github.com/bbjimmy/Sort-Save"
|
||||
COPYRIGHT="2013-2015 Jim Saxton, Fat Elk Software"
|
||||
LICENSE="SortSave"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bbjimmy/Sort-Save/archive/1.1.tar.gz"
|
||||
CHECKSUM_SHA256="cf86c6e650d6313d496a7dce49ebd99377d2b94d6835257881664a30a39ecac6"
|
||||
|
||||
LICENSE="SortSave"
|
||||
COPYRIGHT="2013-2015 Jim Saxton, Fat Elk Software"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_DIR=Sort-Save-1.1
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sortsave = $portVersion
|
||||
app:sortsave = $portVersion
|
||||
addon:sortsave = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -29,7 +31,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:unzip
|
||||
makefile_engine
|
||||
"
|
||||
SOURCE_DIR=Sort-Save-1.1
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user