Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
2d1f5c77
Commit
2d1f5c77
authored
Mar 31, 2011
by
Leonardo Arena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/icecast: confd added
parent
090a9555
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
testing/icecast/APKBUILD
testing/icecast/APKBUILD
+6
-3
testing/icecast/icecast.confd
testing/icecast/icecast.confd
+1
-0
testing/icecast/icecast.initd
testing/icecast/icecast.initd
+1
-2
No files found.
testing/icecast/APKBUILD
View file @
2d1f5c77
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname
=
icecast
pkgver
=
2.3.2
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Open source media server"
url
=
"http://www.icecast.org"
arch
=
"all"
...
...
@@ -15,7 +15,8 @@ makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev open
subpackages
=
"
$pkgname
-doc"
source
=
"http://downloads.xiph.org/releases/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
conf-change-owner.patch
icecast.initd"
icecast.initd
icecast.confd"
prepare
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
...
...
@@ -38,9 +39,11 @@ package() {
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
install
-D
-m755
../icecast.initd
"
$pkgdir
"
/etc/init.d/icecast
install
-D
-m755
../icecast.confd
"
$pkgdir
"
/etc/conf.d/icecast
install
-d
-D
-o
icecast
-g
icecast
"
$pkgdir
"
/var/log/icecast
}
md5sums
=
"ff516b3ccd2bcc31e68f460cd316093f icecast-2.3.2.tar.gz
d65fe756a3811e21fd8327ec599206c8 conf-change-owner.patch
0dc8432dbd5cba6a5ace22028adfe287 icecast.initd"
09ff43498c4f09b0076b10c659c6f71a icecast.initd
37ceeb26f61551e712364a2dffa8c208 icecast.confd"
testing/icecast/icecast.confd
0 → 100644
View file @
2d1f5c77
ICEC_OPTS="-b -c ${icecast_conf:-/etc/icecast.xml}"
testing/icecast/icecast.initd
View file @
2d1f5c77
...
...
@@ -8,8 +8,7 @@ depend() {
start() {
ebegin "Starting Icecast 2"
start-stop-daemon --start --exec /usr/bin/icecast \
-- \
-b -c ${icecast_conf:-/etc/icecast.xml} > /dev/null
-- ${ICEC_OPTS}
eend $?
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment