summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-notifyd/Pkgfile
blob: b2123cb04a512e3875b567356b45ffe87284eb96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Daemon de notification pour Xfce
# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libsexy, startup-notification

name=xfce4-notifyd
version=0.1.0
release=2
source=(http://spuriousinterrupt.org/files/$name/$name-$version.tar.bz2)

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