milis/talimatname/genel/g/gstreamer-plugins-python/talimat

20 lines
439 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: GStreamer multimedya çerçevesi python eklentileri
# URL: http://gstreamer.freedesktop.org/
# Paketçi: milisarge
# Gerekler: gstreamer gstreamer-plugins-base python-gobject2
# Grup: medya
isim=gstreamer-plugins-python
surum=0.10.22
devir=1
_isim=gst-python
kaynak=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}