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 # Depends on: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
name=parole name=parole
version=0.8.0 version=0.9.1
release=2 release=1
source=(http://archive.xfce.org/src/apps/parole/${version%.*}/parole-$version.tar.bz2) source=(http://archive.xfce.org/src/apps/parole/${version%.*}/parole-$version.tar.bz2)
build() { build() {
cd parole-$version cd parole-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }