summaryrefslogtreecommitdiffstats
path: root/xfce4-panel/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-panel/Pkgfile')
-rwxr-xr-xxfce4-panel/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce4-panel/Pkgfile b/xfce4-panel/Pkgfile
new file mode 100755
index 000000000..47e2eb8e5
--- /dev/null
+++ b/xfce4-panel/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Panel de Xfce
+# URL: http://www.xfce.org/projects/xfce4-panel/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxdamage, cairo, dbus-glib, libwnck, exo, garcon, libxfce4ui, libxfce4util, libwnck, startup-notification, xfconf
+# Run on: cairo,dbus-glib,exo,libxfce4util,libwnck,startup-notification,xfconf
+
+name=xfce4-panel
+version=4.8.6
+release=2
+source=(http://archive.xfce.org/src/xfce/$name/4.8/$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
+ rm -r $PKG/usr/share/{gtk-doc,doc}
+}
+