mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-lint recipes.
* libfreehand Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmspub Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmtp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libmwaw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libodfgen Removed e-mail from COPYRIGHT. Re-ordered blocks. * libprefs Removed e-mail from COPYRIGHT. Improved DESCRIPTION. Re-ordered blocks. * librevenge Removed e-mail from COPYRIGHT. Re-ordered blocks. * librsync Removed e-mail from COPYRIGHT. Re-ordered blocks. * libssh2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * libupnp Removed e-mail from COPYRIGHT. Re-ordered blocks. * libvisio Removed e-mail from COPYRIGHT. Re-ordered blocks. * libwps Removed e-mail from COPYRIGHT. Re-ordered blocks. * mda_vst Removed e-mail from COPYRIGHT. Re-ordered blocks. * mtr Removed e-mail from COPYRIGHT. Re-ordered blocks. * ragel Removed e-mail from COPYRIGHT. Re-ordered blocks. * soxr Improved SUMMARY/DESCRIPTION Removed e-mail from COPYRIGHT. Re-ordered blocks. * waveview Removed e-mail from COPYRIGHT. Removed duplicate REQUIRES. Re-ordered blocks. * whisper Removed e-mail from COPYRIGHT. Added REQUIRES. Re-ordered blocks.
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
SUMMARY="A simple audio wave viewer"
|
||||
DESCRIPTION="
|
||||
Waveview is a simple audio wave viewer.
|
||||
"
|
||||
DESCRIPTION="Waveview is a simple audio wave viewer."
|
||||
HOMEPAGE="https://github.com/aldeck/waveview"
|
||||
COPYRIGHT="2011 Alexandre Deckner"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2011 Alexandre Deckner (alex@zappotek.com)"
|
||||
SOURCE_URI="git+https://github.com/aldeck/waveview#fce091e76a"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/aldeck/waveview#fce091e76a"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
waveview = $portVersion
|
||||
app:WaveView = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpcre
|
||||
@@ -25,7 +23,6 @@ BUILD_REQUIRES="
|
||||
devel:libpcre
|
||||
devel:libpcreposix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:bison
|
||||
@@ -36,10 +33,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects \
|
||||
|
||||
@@ -1,17 +1,13 @@
|
||||
SUMMARY="VoIP for Haiku"
|
||||
DESCRIPTION="
|
||||
Whisper BeNet aims to provide a VoIP solution to the Haiku Platform. It was \
|
||||
ported from ZETA.
|
||||
"
|
||||
COPYRIGHT="
|
||||
1998-2001 the BeNet team
|
||||
2004-2006 Bernd Korz & Oliver Ruiz Dorantes oliver.ruiz.dorantes@gmail.com
|
||||
2008 Oliver Ruiz Dorantes oliver.ruiz.dorantes@gmail.com
|
||||
"
|
||||
LICENSE="MIT"
|
||||
DESCRIPTION="Whisper BeNet aims to provide a VoIP solution to the Haiku \
|
||||
platform. It was ported from ZETA."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/WhisperBeNet"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/WhisperBeNet#902635a"
|
||||
COPYRIGHT="1998-2001 the BeNet team
|
||||
2004-2006 Bernd Korz & Oliver Ruiz Dorantes
|
||||
2008 Oliver Ruiz Dorantes"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/WhisperBeNet#902635a"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -19,11 +15,13 @@ PROVIDES="
|
||||
whisper = $portVersion
|
||||
app:Whisper = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user