From 470cc1a6bf5e1e5b90015209e02ef54764575b3e Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 8 Aug 2006 17:20:05 +0000 Subject: php update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@23 370017ae-e619-0410-ac65-c121f96126d4 --- patches/php/php.SlackBuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'patches/php') diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 2e07d8c3..88c3b679 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -7,6 +7,21 @@ # Small changes by rhatto # +cat << EOCAT +Recomended and required packages for building icecast are: + + libiconv + +EOCAT + +if [ "$INTERACT" != "no" ]; then + echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. + read crap +else + echo sleeping 3 seconds... + sleep 3 +fi + CWD="`pwd`" if [ -f "/etc/slackbuildrc" ]; then -- cgit v1.2.3