milis/talimatname/genel/f/farstream/talimat
2018-08-15 08:31:48 +00:00

17 lines
459 B
Text
Raw Permalink 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: Farstream (eskiden Farsight) - ses/video iletişim çerçevesi
# URL: http://freedesktop.org/software/farstream
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer1-plugins-base libnice gobject-introspection
# Grup: medya
isim=farstream
surum=0.2.7
devir=1
kaynak=( http://freedesktop.org/software/farstream/releases/farstream/farstream-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}