1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
# Run on: atk,bzip2,cairo,dbus,dbus-glib,enchant,expat,fontconfig,freetype,fribidi,gconf,glib,glitz,gnome-vfs,gtk,libbonobo,libgsf,libjpeg,libpng,librsvg,libxml2,openssl,orbit2,pango,pcre,wv
name=abiword
version=2.8.6
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
}
|