summaryrefslogtreecommitdiffstats
path: root/xfce/xfwm4/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:12:41 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:12:41 +0200
commit9fab083fba77631a4fb609d6dd7207ab80181f70 (patch)
tree11f17a0f120fe0a6077030d72e1b17a5f6686f30 /xfce/xfwm4/Pkgfile
parent995395be56e6c3e1f4431af5dcf32545cde91518 (diff)
downloadnutyx-pakxe-9fab083fba77631a4fb609d6dd7207ab80181f70.tar.gz
nutyx-pakxe-9fab083fba77631a4fb609d6dd7207ab80181f70.tar.bz2
nutyx-pakxe-9fab083fba77631a4fb609d6dd7207ab80181f70.tar.xz
nutyx-pakxe-9fab083fba77631a4fb609d6dd7207ab80181f70.zip
Ajout de xfwm4#4.6.1-1
Diffstat (limited to 'xfce/xfwm4/Pkgfile')
-rwxr-xr-xxfce/xfwm4/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce/xfwm4/Pkgfile b/xfce/xfwm4/Pkgfile
new file mode 100755
index 000000000..2cee41160
--- /dev/null
+++ b/xfce/xfwm4/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Gestionnaire de fenêtres de Xfce
+# URL: http://www.xfce.org/projects/xfwm4/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: libwnck, libxfce4util, libxfcegui4, startup-notification, xfconf
+
+name=xfwm4
+version=4.6.1
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static \
+ --enable-compositor \
+ --enable-xinerama
+ make
+ make DESTDIR=$PKG install
+}
+