milis/talimatname/genel/parole/talimat

17 lines
502 B
Plaintext
Raw Normal View History

2017-04-06 15:17:22 +02:00
# Description: GStreamer çerçevesine dayanan modern bir medya oynatıcı
# URL: http://docs.xfce.org/apps/parole/start
# Packager: milisarge
2016-03-02 16:12:51 +01:00
# Depends on: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
name=parole
version=0.8.0
release=2
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
}