wok-next rev 21439

updated rtmpdump (2.3 -> 2.4)
author Hans-G?nter Theisgen
date Tue May 05 15:58:29 2020 +0100 (2020-05-05)
parents 1336148e4d29
children 1d9b8269cc43
files rtmpdump/receipt
line diff
     1.1 --- a/rtmpdump/receipt	Tue May 05 15:41:43 2020 +0100
     1.2 +++ b/rtmpdump/receipt	Tue May 05 15:58:29 2020 +0100
     1.3 @@ -1,31 +1,33 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="rtmpdump"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.4"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Toolkit for RTMP streams"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://rtmpdump.mplayerhq.hu/"
    1.15 +WEB_SITE="https://rtmpdump.mplayerhq.hu/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tgz"
    1.18 -WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL"
    1.19 +WGET_URL="https://rtmpdump.mplayerhq.hu/download/$TARBALL"
    1.20  
    1.21  BUILD_DEPENDS="openssl-dev zlib-dev"
    1.22  SPLIT="$PACKAGE-dev"
    1.23  
    1.24 -compile_rules() {
    1.25 +compile_rules()
    1.26 +{
    1.27  	mkdir -p $install/usr/lib
    1.28  	make &&
    1.29 -	make \
    1.30 -		prefix="/usr" \
    1.31 -		sbindir="/usr/bin" \
    1.32 -		mandir="/usr/share/man" \
    1.33 -		DESTDIR="$install" \
    1.34 +	make				\
    1.35 +		prefix="/usr"		\
    1.36 +		sbindir="/usr/bin"	\
    1.37 +		mandir="/usr/share/man"	\
    1.38 +		DESTDIR="$install"	\
    1.39  		install
    1.40  }
    1.41  
    1.42 -genpkg_rules() {
    1.43 +genpkg_rules()
    1.44 +{
    1.45  	case $PACKAGE in
    1.46  		rtmpdump)
    1.47  			copy @std