diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-15 18:41:07 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-15 18:41:07 +0200 |
commit | 187c520900b6231ce45ccce23cd4def68c37b90a (patch) | |
tree | dfffc2e88261723801a5181c51ed1af9a039b26a /extra/abiword/Pkgfile | |
parent | 6cc3af1c2eefc2570d16ac0129a8809df8237e9e (diff) | |
download | nutyx-pakxe-187c520900b6231ce45ccce23cd4def68c37b90a.tar.gz nutyx-pakxe-187c520900b6231ce45ccce23cd4def68c37b90a.tar.bz2 nutyx-pakxe-187c520900b6231ce45ccce23cd4def68c37b90a.tar.xz nutyx-pakxe-187c520900b6231ce45ccce23cd4def68c37b90a.zip |
Ajout de abiword#2.7.4-1
Diffstat (limited to 'extra/abiword/Pkgfile')
-rwxr-xr-x | extra/abiword/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/abiword/Pkgfile b/extra/abiword/Pkgfile new file mode 100755 index 000000000..63190e96a --- /dev/null +++ b/extra/abiword/Pkgfile @@ -0,0 +1,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 + +name=abiword +version=2.7.4 +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 +} |