mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +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,25 +1,24 @@
|
||||
SUMMARY="Teeworlds is a retro multiplayer shooter"
|
||||
SUMMARY="A retro multiplayer shooter"
|
||||
DESCRIPTION="Teeworlds is a free online multiplayer game, available for \
|
||||
all major operating systems. Battle with up to 16 players in a variety of \
|
||||
game modes, including Team Deathmatch and Capture The Flag. You can even \
|
||||
design your own maps!"
|
||||
|
||||
HOMEPAGE="https://www.teeworlds.com"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="2007-2012 Magnus Auvinen"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
REVISION="1"
|
||||
HOMEPAGE="https://www.teeworlds.com"
|
||||
SOURCE_URI="https://downloads.teeworlds.com/teeworlds-0.6.3-src.tar.gz"
|
||||
CHECKSUM_SHA256="490ee7c372898761c609af8d7b0c6bd55942c6c6fcd7f361eefa00abfc70077b"
|
||||
SOURCE_DIR="teeworlds-0.6.3-src"
|
||||
PATCHES="teeworlds-0.6.3.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
teeworlds$secondaryArchSuffix = $portVersion
|
||||
cmd:teeworlds$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL$secondaryArchSuffix
|
||||
@@ -27,10 +26,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
@@ -40,8 +38,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
PATCHES="teeworlds-0.6.3.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
bam release
|
||||
|
||||
Reference in New Issue
Block a user