# Description: Mage is a 3D vector display program which shows kinemage graphics. Used in both teaching and research, in applications ranging from estuary ecology to X-ray crystallography model quality assessments. # URL: http://kinemage.biochem.duke.edu/software/mage.php # Maintainer: # Packager: Ivan Rodionov, jean at mosk ru # Depends on: xorg-libxmu, lesstiff name=mage version=6.44.060606 release=1 source=(http://kinemage.biochem.duke.edu/downloads/software/mage/mage.$version.src.tgz) build() { cd $name.$version sed -i '57s/# LIBS/LIBS/' Makefile.linux sed -i '70s/LIBS/# LIBS/' Makefile.linux make -f Makefile.linux dynamic mkdir -p $PKG/usr/bin install -D -m755 mage $PKG/usr/bin/mage }