parole.paketlendi

This commit is contained in:
milisarge 2017-05-08 01:11:16 +03:00
parent 0059b028ee
commit edef5eb0da
1 changed files with 6 additions and 6 deletions

View File

@ -4,13 +4,13 @@
# 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
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
cd parole-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}