rsound.paketlendi

This commit is contained in:
milisbir 2017-08-08 00:13:25 +03:00
parent 060a964991
commit b4ca894a43
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: Simple solution for streaming PCM data from client to server in real time.
# URL: http://github.com/Themaister/RSound
# Packager: milisarge
# Depends on:
name=rsound
version=1.1
release=1
source=(http://cloud.github.com/downloads/Themaister/RSound/$name-$version.tar.gz::$name-$version.tar.gz)
build() {
cd "${name}-${version}"
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}