summaryrefslogtreecommitdiffstats
path: root/parole/Pkgfile
blob: cd5e016fe5c24869889a4836162d7bfe8b5ce1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description:  Clone totem pour xfce
# URL: http://goodies.xfce.org/projects/applications/parole
# Maintainer: NuTyX core team
# Packager: tyrry33 at gmail dot com
# Depends on: libxfce4util, libxfcegui4, gst-plugins-base, libnotify, taglib
# Run on: libxfce4util,libxfcegui4,gst-plugins-base,libnotify,taglib

name=parole
version=0.2.0.6
release=2
source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)

build() {
unset MAKEFLAGS
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
	cd $PKG/usr/lib
}