ribbons stable port information

Package: ribbons
Version: 3.32
Revision: 4
Source: http://www.cbse.uab.edu/ribbons/dist/rib_srcx.tgz
Source2: http://www.cbse.uab.edu/ribbons/dist/rib_srcu.tgz
Source3: http://www.cbse.uab.edu/ribbons/dist/rib_boas.tgz
Source4: http://www.cbse.uab.edu/ribbons/dist/rib_test.tgz
Source5: http://www.cbse.uab.edu/ribbons/dist/rib_data.tgz
Source6: http://www.cbse.uab.edu/ribbons/dist/rib_html.tgz
Source7: http://www.cbse.uab.edu/ribbons/dist/rib_gif1.tgz
Source8: http://www.cbse.uab.edu/ribbons/dist/rib_gif2.tgz
Source9: http://www.cbse.uab.edu/ribbons/dist/rib_man1.tgz
Source10: http://www.cbse.uab.edu/ribbons/dist/rib_img1.tgz
#
Source-MD5: b74e083cf391f911ae52b07904c599f7
Source2-MD5: abb4f710a8555fdc69b547330468a989
Source3-MD5: 6ea6883c0fdb243fa200fb1e13779815
Source4-MD5: c26461ea485975412975d93db0fb9cd0
Source5-MD5: 4a60e9fba34c4e638c00b7e3ffea1e47
Source6-MD5: 69710f05a6b2b2a405e34fed961aa7c8
Source7-MD5: 879f27a9b6349d93ffbd48fe9e905c5e
Source8-MD5: 82629cf458a2086e73a800d243282ba2
Source9-MD5: 3fe02841f4355c898efbbe8a31416541
Source10-MD5: f29e5bbea9ea63306520bc810c7ba354
#
NoSourceDirectory: true
#
Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, libjpeg-shlibs, mesa-libglw-openmotif3-shlibs, povray
BuildDepends: freeglut, openmotif3, libtiff, libjpeg, x11-dev, mesa-libglw-openmotif3, fort77
PatchScript: <<
#!/bin/zsh -evf
perl -pi -e 's|/usr/bin/env python|/usr/bin/python|g' **/* 2>/dev/null
perl -pi -e 's|-L/usr/X11|-L%p/lib -L/usr/X11|g' **/Makefile
perl -pi -e 's|-I/usr/X11|-I%p/include -I/usr/X11|g' **/Makefile
perl -pi -e 's|f77|fort77|g' install/config.py install/configure ms/Makefile ms/Makefile.in
perl -pi -e 's|/usr/local/povray|%p/share|g' bin/pov-image elmo/povImage.py
perl -pi -e 's|CFLAGS= -O |CFLAGS= -O3 |g' facets/Makefile facets/Makefile.in
<<
CompileScript: <<
#!/bin/sh -ev
umask 0022
cd install
make clobber
make -i
make -i install
cd ../boas
cp * ../bin/.
<<
InstallScript: <<
#!/bin/zsh -efv
umask 0022
#/bin/rm -f **/*.o **/*.C **/*.h
mkdir -p %i/share/xtal/%n-%v
mkdir -p %i/bin
cp -R * %i/share/xtal/%n-%v/.
mkdir -p %i/etc/profile.d
echo "set path = ( \$path %p/share/xtal/%n-%v/bin )" > %i/etc/profile.d/%n.csh
echo "PATH=\$PATH:%p/share/xtal/%n-%v/bin" > %i/etc/profile.d/%n.sh
echo "setenv RIBBONS_HOME %p/share/xtal/%n-%v" >> %i/etc/profile.d/%n.csh
echo "RIBBONS_HOME=%p/share/xtal/%n-%v" >> %i/etc/profile.d/%n.sh
echo "setenv RIBBONS_HELP \"/usr/bin/open 2>/dev/null\"" >> %i/etc/profile.d/%n.csh
echo "RIBBONS_HELP=\"/usr/bin/open 2>/dev/null\"" >> %i/etc/profile.d/%n.sh
echo "setenv RIBBONS_SPEED 25" >> %i/etc/profile.d/%n.csh
echo "RIBBONS_SPEED=25" >> %i/etc/profile.d/%n.sh
echo "export RIBBONS_HOME PATH RIBBONS_HELP RIBBONS_SPEED" >> %i/etc/profile.d/%n.sh
chmod 755 %i/etc/profile.d/%n.*
<<
Homepage: http://www.cbse.uab.edu/ribbons/
Description: Molecular graphics creation program
DescPackaging: <<
Uses /usr/bin/python at the moment.
DescDetail: <<
Invoke with the command "ribbons", or for a demonstration, copy
the directory $RIBBONS_HOME/demo to a location in your home
directory, cd into it, and then issue the command
"ribbons-demo -n trna". Be sure to source %p/bin/init.(c)sh
first to set up the required environment correctly.
<<
<<
License: Restrictive
Maintainer: W. G. Scott