summaryrefslogtreecommitdiffstats
path: root/glade/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-05-01 22:39:00 +0200
committerpiernov <piernov@piernov.org>2012-05-13 19:11:02 +0200
commitf498431354692000df193c532eb99bf88a867f3a (patch)
tree68278f189de42e521e2abef857bb4d5f0edc8c23 /glade/Pkgfile
parent03f8e7b15b2f9c04fcc9de1660029a1dead3d0f6 (diff)
downloadnutyx-extra-f498431354692000df193c532eb99bf88a867f3a.tar.gz
nutyx-extra-f498431354692000df193c532eb99bf88a867f3a.tar.bz2
nutyx-extra-f498431354692000df193c532eb99bf88a867f3a.tar.xz
nutyx-extra-f498431354692000df193c532eb99bf88a867f3a.zip
ajout glade 3.8.2-1
(cherry picked from commit f875560acf29bcccfad0da633299b1a58679d517)
Diffstat (limited to 'glade/Pkgfile')
-rwxr-xr-xglade/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/glade/Pkgfile b/glade/Pkgfile
new file mode 100755
index 000000000..89549523b
--- /dev/null
+++ b/glade/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Permet de charger l'interface glade sans recompiler
+# URL: http://www.jamesh.id.au/software/libglade/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run on: gtk
+
+name=glade
+version=3.8.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/${name}3-$version.tar.xz)
+
+build() {
+ cd ${name}3-$version
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --mandir=/usr/share/man --localstatedir=/var --disable-static \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}
+