milis/talimatname/genel/parole/talimat

17 lines
506 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.

# Description: GStreamer çerçevesine dayanan modern bir medya oynatıcı
# URL: http://docs.xfce.org/apps/parole/start
# Packager: milisarge
# Depends on: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
name=parole
version=0.9.1
release=1
source=(http://archive.xfce.org/src/apps/parole/${version%.*}/parole-$version.tar.bz2)
build() {
cd parole-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}