wok-next diff icecast/receipt @ rev 21393

updated openspades (0.0.12 -> 0.1.3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:21:08 2020 +0100 (2020-04-17)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/icecast/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/icecast/receipt	Fri Apr 17 17:21:08 2020 +0100
     1.3 @@ -3,8 +3,7 @@
     1.4  PACKAGE="icecast"
     1.5  VERSION="2.3.3"
     1.6  CATEGORY="multimedia"
     1.7 -SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg \
     1.8 -(vorbis/theora) and aac streaming"
     1.9 +SHORT_DESC="Opensource alternative to shoutcast that supports audio streaming"
    1.10  MAINTAINER="devl547@gmail.com"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://www.icecast.org/"
    1.13 @@ -19,8 +18,8 @@
    1.14  		--disable-yp \
    1.15  		$CONFIGURE_ARGS &&
    1.16  	fix libtool &&
    1.17 -	make -j2 &&
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	make &&
    1.20 +	make DESTDIR=$install install
    1.21  }
    1.22  
    1.23  genpkg_rules() {