# Description: SGML System Conforming to International Standard ISO 8879 # URL: http://openjade.sourceforge.net/ # Maintainer NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends: name=opensp version=1.5.2 release=1 source=(http://dl.sourceforge.net/sourceforge/openjade/OpenSP-$version.tar.gz) build() { cd OpenSP-$version ./configure --prefix=/usr \ --disable-doc-build make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }