2013-11-26 12:58:32 +01:00
|
|
|
# Description: Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop
|
|
|
|
# URL: http://goodies.xfce.org/projects/applications/parole
|
2015-03-03 02:03:03 +00:00
|
|
|
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
|
2013-11-26 12:58:32 +01:00
|
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
|
|
|
# Depends on: xfce4-panel libnotify gst-plugins-good
|
|
|
|
|
|
|
|
name=parole
|
2015-03-01 15:50:42 +00:00
|
|
|
version=0.8.0
|
2013-11-26 12:58:32 +01:00
|
|
|
release=1
|
|
|
|
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--with-x \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-debug
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -rf $PKG/usr/share/locale
|
|
|
|
}
|