# Description: AFT (Almost Free Text) is a document preparation system. # URL: http://www.maplefish.com/todd/aft.html # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Depends on: perl name=aft version=5.096 release=1 source=(http://www.maplefish.com/todd/${name}-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }