Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=398bc11b86ed5f89053daa8f2d939d6813801eea

commit 398bc11b86ed5f89053daa8f2d939d6813801eea
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Mar 7 08:04:27 2013 +0100

icecast-2.3.2-4-x86_64

- drop sysv support

diff --git a/source/network-extra/icecast/FrugalBuild 
b/source/network-extra/icecast/FrugalBuild
index dcb931c..7a13124 100644
--- a/source/network-extra/icecast/FrugalBuild
+++ b/source/network-extra/icecast/FrugalBuild
@@ -4,19 +4,17 @@

pkgname=icecast
pkgver=2.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Icecast is a streaming media server."
url="http://www.icecast.org/";
groups=('network-extra')
archs=('i686' 'x86_64')
depends=('libxslt' 'libvorbis' 'curl>=7.19.0' 'libxml2>=2.7.8')
up2date="lynx -dump http://www.icecast.org/download.php | grep 
icecast-[0-9\.]*tar.gz | sed -ne 's/.*-//;s/.tar.gz//;1 p'"
-source=(http://downloads.us.xiph.org/releases/icecast/$pkgname-$pkgver.tar.gz 
rc.$pkgname $pkgname.service)
-_F_sysvinit_units=($pkgname)
+source=(http://downloads.us.xiph.org/releases/icecast/$pkgname-$pkgver.tar.gz 
$pkgname.service)
_F_systemd_units=($pkgname=)
Finclude systemd
sha1sums=('a52b13505548c2eff2c64aab95a42dcafda11227' \
-          '2d2f9d2f73547476a4f5c538a2b48c73841d2e22' \
'f94e6484cfb4dc6b51fb9f758bbddc2ffef0a003')

build()
@@ -24,7 +22,6 @@ build()
Fmkdir /var/log/icecast
Fbuild --sysconfdir=/etc/icecast
Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
-       Frcd2

chown -R nobody $Fdestdir/var/log/icecast
chgrp -R nogroup $Fdestdir/var/log/icecast
diff --git a/source/network-extra/icecast/rc.icecast 
b/source/network-extra/icecast/rc.icecast
deleted file mode 100644
index 0772069..0000000
--- a/source/network-extra/icecast/rc.icecast
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-# (c) 2005 Tuxbubling <tuxbubl...@tiscali.fr>
-# (c) 2009 Priyank Gosalia <priyan...@gmail.com>
-# rc.icecase for FrugalWare
-# distributed under GPL License
-
-# chkconfig: 2345 99 01
-# description: Icecast streaming server
-
-source /lib/initscripts/functions
-source /etc/sysconfig/icecast
-
-actions=(start stop restart status)
-daemon=$"Icecast streaming server"
-
-pid="pidof icecast 2>/dev/null"
-
-rc_start()
-{
-       start_msg
-       if [ -z "$(eval $pid)" ]; then
-               /usr/bin/icecast $ICECAST_ARGS > /dev/null 2> /dev/null
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ -n "$(eval $pid)" ]; then
-               killall icecast
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to