diff --git a/haiku-apps/desknotes/desknotes-1.1.recipe b/haiku-apps/desknotes/desknotes-1.1.recipe index 4e8da124c..e87e9ff9a 100644 --- a/haiku-apps/desknotes/desknotes-1.1.recipe +++ b/haiku-apps/desknotes/desknotes-1.1.recipe @@ -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." diff --git a/haiku-games/bevexed/bevexed-20141224.recipe b/haiku-games/bevexed/bevexed-20141224.recipe index 24dcb392e..5c539be89 100644 --- a/haiku-games/bevexed/bevexed-20141224.recipe +++ b/haiku-games/bevexed/bevexed-20141224.recipe @@ -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 " diff --git a/net-libs/enet/enet-1.3.0.recipe b/net-libs/enet/enet-1.3.0.recipe index 841911d21..27b488ff3 100644 --- a/net-libs/enet/enet-1.3.0.recipe +++ b/net-libs/enet/enet-1.3.0.recipe @@ -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 - "