wok-next diff icecast/receipt @ rev 21051
Small updates.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 30 01:34:53 2018 +0200 (2018-11-30) |
parents | 0ec6086e21d6 |
children |
line diff
1.1 --- a/icecast/receipt Sat Apr 14 01:31:03 2018 +0300 1.2 +++ b/icecast/receipt Fri Nov 30 01:34:53 2018 +0200 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() {