summaryrefslogtreecommitdiffstats
path: root/extra/abiword/Pkgfile
blob: bc8b3259f706bcda17778c56194cc2036e4ea596 (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
	make DESTDIR=$PKG install	
}