summaryrefslogtreecommitdiffstats
path: root/gtkmm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gtkmm/Pkgfile')
-rw-r--r--gtkmm/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/gtkmm/Pkgfile b/gtkmm/Pkgfile
new file mode 100644
index 000000000..3f261cf78
--- /dev/null
+++ b/gtkmm/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Interface C++ pour la librairie gtk+
+# URL: http://gtkmm.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, pangomm, cairomm, atkmm, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run on: gtk,pangomm,glibmm,cairomm,atkmm
+
+name=gtkmm
+version=2.24.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
+}
+