summaryrefslogtreecommitdiffstats
path: root/gtkhtml/Pkgfile
blob: cf8d760233950c7d8927f052d67ef37d8810a90b (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: libsoup,enchant, iso-codes, gnome-icon-theme
# Run on: gnome-icon-theme,libsoup,enchant,iso-codes

name=gtkhtml
version=4.4.3
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
}