mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
live555: Build and install improvements (#590)
* Fix install directories. * Add BUILD_REQUIRES. * Add REQUIRES_DEVEL.
This commit is contained in:
@@ -26,9 +26,15 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
live555${secondaryArchSuffix}_devel = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
live555$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -42,5 +48,6 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install PREFIX=$prefix INSTALLDIR=$prefix/bin LIBDIR=$developDir/lib \
|
||||
MANDIR=$manDir/man1 BINDIR=$binDir DESTDIR=${DESTDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user