milis/talimatname/genel/r/rsound/talimat

17 lines
410 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Simple solution for streaming PCM data from client to server in real time.
2017-08-07 23:13:25 +02:00
# URL: http://github.com/Themaister/RSound
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-08-07 23:13:25 +02:00
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
}