summaryrefslogtreecommitdiffstats
path: root/extra/libgnomeprintui/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-15 18:39:09 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-15 18:39:09 +0200
commit19ccd79cdf73db606aaabe9323faa265a2d63e6f (patch)
tree88ae512cbe285818f56a4d44f971a0398a7b9300 /extra/libgnomeprintui/Pkgfile
parent8dec57021ce5257f57bf7621912873f68e2f66ed (diff)
downloadnutyx-extra-19ccd79cdf73db606aaabe9323faa265a2d63e6f.tar.gz
nutyx-extra-19ccd79cdf73db606aaabe9323faa265a2d63e6f.tar.bz2
nutyx-extra-19ccd79cdf73db606aaabe9323faa265a2d63e6f.tar.xz
nutyx-extra-19ccd79cdf73db606aaabe9323faa265a2d63e6f.zip
Ajout de libgnomeprintui#2.18.4-1
Diffstat (limited to 'extra/libgnomeprintui/Pkgfile')
-rw-r--r--extra/libgnomeprintui/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libgnomeprintui/Pkgfile b/extra/libgnomeprintui/Pkgfile
new file mode 100644
index 000000000..b89fa6ead
--- /dev/null
+++ b/extra/libgnomeprintui/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Contient la librairie libgnomeprintui
+# URL: http://www.gnome.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libgnomecanvas, gnome-icon-theme, libgnomeprint
+
+name=libgnomeprintui
+version=2.18.4
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.18/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
+}