mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +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,24 +1,20 @@
|
||||
SUMMARY="Gophernicus is a modern full-featured gopher server"
|
||||
DESCRIPTION="
|
||||
Gophernicus is a modern full-featured (and hopefully) secure gopher \
|
||||
daemon for inetd. It is licensed under the BSD license.
|
||||
"
|
||||
SUMMARY="A modern full-featured gopher server"
|
||||
DESCRIPTION="Gophernicus is a modern full-featured (and hopefully) secure \
|
||||
gopher daemon for inetd. It is licensed under the BSD license."
|
||||
HOMEPAGE="gopher://gophernicus.org/1/software/gophernicus/"
|
||||
COPYRIGHT="2009-2014 Kim Holviala"
|
||||
LICENSE="BSD (2-clause)"
|
||||
HOMEPAGE="gopher://gophernicus.org/1/software/gophernicus/"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://gophernicus.org/software/gophernicus/gophernicus-1.5.tar.gz"
|
||||
CHECKSUM_SHA256="eeea761604a1b1277e74a673d0250f10024f99ced0889712e099093a651c232a"
|
||||
REVISION="1"
|
||||
|
||||
#TODO:enable multithreading for the devel package!
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
gophernicus$secondaryArchSuffix = $portVersion
|
||||
cmd:in.gophernicus$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -26,7 +22,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user