summaryrefslogtreecommitdiffstats
path: root/extra/xfce4-power-manager/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/xfce4-power-manager/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/xfce4-power-manager/Pkgfile')
-rwxr-xr-xextra/xfce4-power-manager/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/xfce4-power-manager/Pkgfile b/extra/xfce4-power-manager/Pkgfile
deleted file mode 100755
index b1c98c7b3..000000000
--- a/extra/xfce4-power-manager/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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, xfce4-panel
-# Run on: dbus-glib,libnotify,xfce4-panel
-
-name=xfce4-power-manager
-version=1.0.10
-release=3
-source=(http://archive.xfce.org/src/apps/${name}/1.0/${name}-${version}.tar.bz2
- xfce4-power-manager.patch)
-
-build() {
-cd $name-$version
- patch -Np1 < ../xfce4-power-manager.patch
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
-}
-