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

19 lines
433 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
name=gstreamer-plugins-python
version=0.10.22
release=1
_name=gst-python
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}