milis/talimatname/genel/p/parole/talimat

17 lines
489 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}