summaryrefslogtreecommitdiffstats
path: root/xfce/exo/Pkgfile
blob: 4a98f3e747aa941a41734af7ead3bf2e5dc2cd26 (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
25
# Description: Librairie d'extension pour Xfce
# URL: http://www.os-cillation.de/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: hal, fuse, xorg-libxdamage,libnotify, libxfce4util, p5-uri, pygtk, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor
# Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,pygtk

name=exo
version=0.6.0
release=1
source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static \
	--enable-python \
	--enable-notifications
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/{gtk-doc,doc}
}