summaryrefslogtreecommitdiffstats
path: root/extra/libwnck/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:05 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:05 +0200
commitc0a6b88df502dc2c3d14358971cebbb6a291030d (patch)
treefb27123f84e5c8456c1bc001debb9337adb127db /extra/libwnck/Pkgfile
parent7676f346839ff0b3c3bded6743bd0bc0c5c204da (diff)
downloadnutyx-pakxe-c0a6b88df502dc2c3d14358971cebbb6a291030d.tar.gz
nutyx-pakxe-c0a6b88df502dc2c3d14358971cebbb6a291030d.tar.bz2
nutyx-pakxe-c0a6b88df502dc2c3d14358971cebbb6a291030d.tar.xz
nutyx-pakxe-c0a6b88df502dc2c3d14358971cebbb6a291030d.zip
libwnck dans extra
Diffstat (limited to 'extra/libwnck/Pkgfile')
-rw-r--r--extra/libwnck/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libwnck/Pkgfile b/extra/libwnck/Pkgfile
new file mode 100644
index 000000000..43db5196d
--- /dev/null
+++ b/extra/libwnck/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Contient un kit de contruction de navigateur de fenêtres
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, p5-xml-parser, xorg-libxt, xorg-libxres, startup-notification, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor, xorg-libxdamage
+# Run on: gtk,p5-xml-parser
+
+name=libwnck
+version=2.30.6
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}
+