17 lines
506 B
Plaintext
17 lines
506 B
Plaintext
# 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
|
||
}
|