17 lines
489 B
Plaintext
17 lines
489 B
Plaintext
|
# Tanım: GStreamer çerçevesine dayanan modern bir medya oynatıcı
|
|||
|
# URL: http://docs.xfce.org/apps/parole/start
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
|
|||
|
|
|||
|
isim=parole
|
|||
|
surum=1.0.1
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://archive.xfce.org/src/apps/parole/${surum%.*}/parole-$surum.tar.bz2)
|
|||
|
derle() {
|
|||
|
cd parole-$surum
|
|||
|
./configure --prefix=/usr
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|