summaryrefslogtreecommitdiffstats
path: root/libgnomeprint/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgnomeprint/Pkgfile')
-rw-r--r--libgnomeprint/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libgnomeprint/Pkgfile b/libgnomeprint/Pkgfile
new file mode 100644
index 0000000..f525290
--- /dev/null
+++ b/libgnomeprint/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie gnome libgnomeprint
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: pango, libbonobo, libgnomecups, libart_lgpl
+# Run on: pango,libbonobo,libgnomecups,libart_lgpl
+
+name=libgnomeprint
+version=2.18.8
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+
+}
+