summaryrefslogtreecommitdiffstats
path: root/gtkhtml/Pkgfile
blob: 433e897b17aa2c4222a66c815e8f90eff4534a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Moteur léger de rendu HTML pour l'édition et l'impression
# URL: http://cvs.gnome.org/viewcvs/gtkhtml/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomeui,libsoup,enchant, iso-codes, gnome-icon-theme
# Run on: libgnomeui,gnome-icon-theme,libsoup,enchant,iso-codes

name=gtkhtml
version=4.4.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build () {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/ \
		--localstatedir=/var
	make
	make DESTDIR=$PKG install
}