blob: 958a0ba5a025e3dc9047692e9236e48fb35f5a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: A lightweight HTML rendering/printing/editing engine
# URL: http://cvs.gnome.org/viewcvs/gtkhtml/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomeui, gail, gnome-icon-theme, libgnomeprintui, libsoup, enchant
name=gtkhtml
version=3.28.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}
|