summaryrefslogtreecommitdiffstats
path: root/gtkdialog/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /gtkdialog/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'gtkdialog/Pkgfile')
-rw-r--r--gtkdialog/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gtkdialog/Pkgfile b/gtkdialog/Pkgfile
new file mode 100644
index 000000000..22dc601e5
--- /dev/null
+++ b/gtkdialog/Pkgfile
@@ -0,0 +1,23 @@
+# Description: outils pour GUI
+# URL: http://linux.pte.hu/~pipas/gtkdialog/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run on: gtk
+
+name=gtkdialog
+version=0.7.20
+release=3
+source=(ftp://linux.pte.hu/pub/gtkdialog/$name-$version.tar.gz \
+ http://nutyx.meticul.eu/files/patchs/$name/gtkdialog_0.7.20_glade.patch)
+
+build() {
+ cd $name-$version
+ patch -p1 < $SRC/gtkdialog_0.7.20_glade.patch
+ ./configure --prefix=/usr
+
+ make
+ make prefix=$PKG/usr install
+ rm -r $PKG/usr/info
+}
+