summaryrefslogtreecommitdiffstats
path: root/gconfmm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gconfmm/Pkgfile')
-rw-r--r--gconfmm/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gconfmm/Pkgfile b/gconfmm/Pkgfile
new file mode 100644
index 000000000..04e2b0ef1
--- /dev/null
+++ b/gconfmm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Interface C++ pour GConf
+# URL: http://gconfmm.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gtkmm, glibmm, gconf
+# Run on: gtkmm,glibmm,gconf
+
+name=gconfmm
+version=2.28.3
+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
+}