mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/live555: Updated for version 2020.04.12
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a848dc660
commit
ad88468459
2 changed files with 5 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=live555
|
PRGNAM=live555
|
||||||
VERSION=${VERSION:-2020.03.06}
|
VERSION=${VERSION:-2020.04.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -66,8 +66,7 @@ for f in $(find . -type f |xargs grep -l "PREFIX =") ; do echo $f; sed -i -e "/P
|
||||||
for f in $(find . -type f |xargs grep -l "LIBDIR =") ; do echo $f; sed -i -e "/LIBDIR =/c\LIBDIR = \$(PREFIX)\/lib$LIBDIRSUFFIX" $f ; done
|
for f in $(find . -type f |xargs grep -l "LIBDIR =") ; do echo $f; sed -i -e "/LIBDIR =/c\LIBDIR = \$(PREFIX)\/lib$LIBDIRSUFFIX" $f ; done
|
||||||
|
|
||||||
./genMakefiles linux-with-shared-libraries
|
./genMakefiles linux-with-shared-libraries
|
||||||
# -j1 to avoid make race
|
make install DESTDIR=$PKG
|
||||||
make -j1 install DESTDIR=$PKG
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
|
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
|
||||||
sed -e "s/%VERSION%/$VERSION/" -e "s/%LIBDIRSUFFIX%/$LIBDIRSUFFIX/" -e "s/%PREFIX%/\/usr/" $CWD/live555.pc.in >$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/live555.pc
|
sed -e "s/%VERSION%/$VERSION/" -e "s/%LIBDIRSUFFIX%/$LIBDIRSUFFIX/" -e "s/%PREFIX%/\/usr/" $CWD/live555.pc.in >$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/live555.pc
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="live555"
|
PRGNAM="live555"
|
||||||
VERSION="2020.03.06"
|
VERSION="2020.04.12"
|
||||||
HOMEPAGE="http://www.live555.com/"
|
HOMEPAGE="http://www.live555.com/"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.03.06.tar.gz"
|
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.04.12.tar.gz"
|
||||||
MD5SUM="cfca528bda964d2167260b3ab6ee294e"
|
MD5SUM="9b0f51b7fab2e7298b281090643b1119"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue