milis/talimatname/genel/s/sndio/talimat

18 lines
327 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: OpenBSD projesinin küçük ses ve MIDI çerçeve kısmı.
# URL: http://www.sndio.org/
# Paketçi: milisarge
# Gerekler: alsa-lib
# Grup: medya
isim=sndio
surum=1.2.0
devir=1
kaynak=(http://www.sndio.org/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}