Revision: | 1.1 |
Committed: | Fri Feb 24 08:01:52 2006 UTC (19 years, 2 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | test2, test1, NataliaStart |
Log Message: | First imported into repository. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external hippodraw 1.16.2 |
2 | Source: ftp://ftp.slac.stanford.edu/users/pfkeb/hippodraw/HippoDraw-%{v}.tar.gz | ||
3 | Requires: qt boost python | ||
4 | %prep | ||
5 | %setup -n HippoDraw-%{v} | ||
6 | %build | ||
7 | PYTHON=$PYTHON_ROOT/bin/python ./configure --prefix=%i --with-Qt-dir=$QT_ROOT --with-boost-root=$BOOST_ROOT --with-boost-version=$(echo $BOOST_VERSION | cut -d. -f1,2 | tr '.' '_') --with-boost-include=$BOOST_ROOT/include --with-boost-lib=$BOOST_ROOT/lib --with-Qt-lib=qt-mt |