De-Lint 5 recipes (and add CHECKSUM_SHA256) (GCI 2016) (#921)

* catkeyseditor-0.1.1
* copynametoclipboard-1.0.1
* desknotes-1.1
* bevexed-20141224
* enet-1.3.0
This commit is contained in:
Stephanie Fu
2016-12-17 10:29:38 -06:00
committed by fbrosson
parent bb650ff109
commit 6926174818
3 changed files with 27 additions and 28 deletions

View File

@@ -1,8 +1,7 @@
SUMMARY="A tool to put simple sticky notes on the Desktop"
DESCRIPTION="
With DeskNotes you can leave little sticky notes all over your desktop, \
reminding you of things to do. The main difference between DeskNotes and \
other note utilities for Haiku is, that DeskNotes is designed to be used \
DESCRIPTION="With DeskNotes you can leave little sticky notes all over your \
desktop, reminding you of things to do. The main difference between DeskNotes \
and other note utilities for Haiku is, that DeskNotes is designed to be used \
as a replicant. This means that when you tear a note from the DeskNotes \
application onto your desktop, it stays there! You don't have to save it \
before rebooting, or fiddle with your UserBootscript."

View File

@@ -1,14 +1,15 @@
SUMMARY="A maddeningly-addictive puzzle game"
DESCRIPTION="
A maddeningly-addictive puzzle game. The concept is simple: put the tiles in \
the grid on the left such that the numbers match wherever two tiles touch.
"
DESCRIPTION="A maddeningly-addictive puzzle game. The concept is simple: put \
the tiles in the grid on the left such that the numbers match wherever two \
tiles touch."
HOMEPAGE="https://github.com/HaikuArchives/BeVexed"
SOURCE_URI="$(HOMEPAGE)/archive/01613e90e6ce3c2b47a592efe8e248db3445f536.tar.gz"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="2006 DarkWyrm"
LICENSE="MIT"
REVISION="2"
srcGitRev="01613e90e6ce3c2b47a592efe8e248db3445f536"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="02665da2df862c05c2d46b80f50834500ad2143761d86da7c6aad97c19c49bd7"
SOURCE_DIR="BeVexed-$srcGitRev"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
@@ -19,6 +20,7 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"

View File

@@ -8,14 +8,15 @@ lobbying, server discovery, encryption, or other similar tasks that are \
particularly application specific so that the library remains flexible, \
portable, and easily embeddable."
HOMEPAGE="http://enet.bespin.org"
COPYRIGHT="2002-2010 Lee Salzman"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
CHECKSUM_SHA256="200c271b218979db3bce6d9e60659d3f35a52d698c4972f20eb91a52f0d8d62c"
PATCHES="enet-1.3.0.patch"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2002-2010 Lee Salzman"
PROVIDES="
enet$secondaryArchSuffix = $portVersion compat >= 1.0.0
@@ -24,6 +25,15 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
enet${secondaryArchSuffix}_devel = $portVersion
devel:libenet$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
enet$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -59,15 +69,3 @@ INSTALL()
rm -rf $documentationDir
fi
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
enet${secondaryArchSuffix}_devel = $portVersion
devel:libenet$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
enet$secondaryArchSuffix == $portVersion base
"