summaryrefslogtreecommitdiffstats
path: root/libgnomeprintui/Pkgfile
blob: 4f2184df4996a19dfecc5550d29b714c264bd9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Contient la librairie libgnomeprintui
# URL: http://www.gnome.org
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomecanvas, gnome-icon-theme, libgnomeprint
# Run on: libgnomecanvas,gnome-icon-theme,libgnomeprint

name=libgnomeprintui
version=2.18.6
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
}