summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-power-manager/Pkgfile
blob: e71f03f65d9f6d58757f45caa072384609425cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Gestionnaire de ressources pour Xfce
# URL: http://goodies.xfce.org/projects/applications/xfce4-power-manager
# Maintainer: NuTyX core team
# Packager: tnut at nutyx dot com
# Depends on: dbus-glib, libnotify, libxfcegui4, xfce4-panel
# Run on: dbus-glib,libnotify,libxfcegui4,xfce4-panel

name=xfce4-power-manager
version=1.0.10
release=1
source=(http://archive.xfce.org/src/apps/${name}/1.0/${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
}