mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
De-lint recipes.
* gnash Don't start SUMMARY with app name Re-ordered blocks * gophernicus Don't start SUMMARY with app name Re-ordered blocks * harfbuzz Don't start SUMMARY with app name Re-ordered blocks * inconsolata Don't start SUMMARY with app name Re-ordered blocks * indent Don't start SUMMARY with app name Re-ordered blocks Fixed (SECONDARY_)ARCHITECTURES and PROVIDES * inputproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * jamvm Don't start SUMMARY with app name Removed "DEPEND" Re-ordered blocks * jpeg Don't start SUMMARY with app name Re-ordered blocks * jgmod Don't start SUMMARY with app name Re-ordered blocks * kbproto Don't start SUMMARY with app name Re-ordered blocks * kdiff3 Don't start SUMMARY with app name Re-ordered blocks * libdom Don't start SUMMARY with app name Re-ordered blocks Removed $secondaryArchSuffix as there are no 2nd archs declared * libdvdcss Don't start SUMMARY with app name Re-ordered blocks * libdwarf Don't start SUMMARY with app name Re-ordered blocks * libevent Minor cosmetics Re-ordered blocks
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
SUMMARY="JamVM"
|
||||
DESCRIPTION="
|
||||
JamVM is a new Java Virtual Machine which conforms to the JVM specification \
|
||||
version 2 (blue book). In comparison to most other VM's (free and commercial) \
|
||||
it is extremely small.
|
||||
"
|
||||
SUMMARY="A very small Java Virtual Machine"
|
||||
DESCRIPTION="JamVM is a new Java Virtual Machine which conforms to the JVM \
|
||||
specification version 2 (blue book). In comparison to most other VM's (free \
|
||||
and commercial) it is extremely small."
|
||||
HOMEPAGE="http://jamvm.sourceforge.net/"
|
||||
COPYRIGHT="2003-2010 Robert Lougher"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2010 Robert Lougher"
|
||||
PATCHES="jamvm-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -25,6 +23,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||
@@ -38,9 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
|
||||
PATCHES="jamvm-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
SUMMARY="JamVM"
|
||||
DESCRIPTION="
|
||||
JamVM is a new Java Virtual Machine which conforms to the JVM specification \
|
||||
version 2 (blue book). In comparison to most other VM's (free and commercial) \
|
||||
it is extremely small.
|
||||
"
|
||||
SUMMARY="A very small Java Virtual Machine"
|
||||
DESCRIPTION="JamVM is a new Java Virtual Machine which conforms to the JVM \
|
||||
specification version 2 (blue book). In comparison to most other VM's (free \
|
||||
and commercial) it is extremely small."
|
||||
HOMEPAGE="http://jamvm.sourceforge.net/"
|
||||
COPYRIGHT="2003-2010 Robert Lougher"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2010 Robert Lougher"
|
||||
PATCHES="jamvm-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -25,6 +23,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||
@@ -38,9 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
|
||||
PATCHES="jamvm-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p m4
|
||||
|
||||
Reference in New Issue
Block a user