summaryrefslogtreecommitdiffstats
path: root/extra/abiword/Pkgfile
blob: 4f03709d2e2e9c842999a67949e5597b3279e47f (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.1
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	
}