summaryrefslogtreecommitdiffstats
path: root/exo/Pkgfile
blob: b456f70bcd683144c5b4908dbc418730c5997404 (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: Librairie d'extension pour Xfce
# URL: http://www.os-cillation.de/
# Maintainer: git.xfce.org/xfce/exo
# Packager: tyrry33 at gmail dot com
# Depends on: fuse, xorg-libxdamage,libnotify, libxfce4util, libxfce4ui, p5-uri, pygtk, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor
# Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,libxfce4ui,pygtk

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

build() {
cd $name-$version
	PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static \
	--enable-python \
	--enable-notifications
	make
	make DESTDIR=$PKG install
}