summaryrefslogtreecommitdiffstats
path: root/extra/abiword/Pkgfile
blob: b2cc4bd2adc8a6cd1fff66046d44d7394738571b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: traitement de texte léger et puissant
# URL: http://www.abisource.com/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: aspell, fribidi, libgnomeprintui, enchant, wv, librsvg

name=abiword
version=2.8.5
release=1
source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make -j3
	make DESTDIR=$PKG install	
}