mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-Lint recipes.
* nasm Improved DESCRIPTION Re-ordering blocks * naspro Removed "." from SUMMARY Re-ordering blocks * netpbm Improved DESCRIPTION, COPYRIGHT Re-ordering blocks * netperf Removed "." from SUMMARY Re-ordering blocks * neverball Removed "." from SUMMARY Re-ordering blocks * nginx Improved DESCRIPTION Re-ordering blocks * nss Removed "." from SUMMARY Re-ordering blocks
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
SUMMARY="Tilt the floor to roll a ball through an course before time runs out."
|
||||
DESCRIPTION="
|
||||
Neverball is part puzzle game, part action game, and entirely a test of skill. \
|
||||
Tilt the floor to roll a ball through an obstacle course before time runs out.
|
||||
"
|
||||
SUMMARY="Tilt the floor to roll a ball through an course before time runs out"
|
||||
DESCRIPTION="Neverball is part puzzle game, part action game, and entirely a \
|
||||
test of skill. Tilt the floor to roll a ball through an obstacle course \
|
||||
before time runs out."
|
||||
HOMEPAGE="http://neverball.org"
|
||||
COPYRIGHT="2002-2010 The Neverball Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://neverball.org/neverball-1.5.4.tar.gz"
|
||||
CHECKSUM_SHA256="ea31ca9f6eec70c8e66eaa20d7ce9e48295fdb077313b97637c503b16b7b0da6"
|
||||
REVISION="1"
|
||||
PATCHES="neverball-1.5.4.patch"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -18,13 +19,11 @@ else
|
||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
PATCHES="neverball-1.5.4.patch"
|
||||
|
||||
PROVIDES="
|
||||
neverball$secondaryArchSuffix = $portVersion
|
||||
app:neverball$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libphysfs$secondaryArchSuffix
|
||||
@@ -38,6 +37,7 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libphysfs$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user