Browse Source

finalized qcad

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1897 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d94231ae50
2 changed files with 16 additions and 2 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +12
    -2
      package/rene/qcad/qcad.conf

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-12-03 (2.0.0-rc3 - 2.0.0-rc4)
- finalized qcad
*) 2003-11-29 (2.0.0-rc3 - 2.0.0-rc4)
- Michael Obster: praenti repository updates

+ 12
- 2
package/rene/qcad/qcad.conf

@ -20,10 +20,20 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/qcad"
set_confopt
fi
qcad_main() {
export QTDIR
export QMAKESPEC=$QTDIR/mkspecs/linux-g++
cd scripts
sh ./build_qcad.sh
cd scripts ; sh ./build_qcad.sh ; cd ..
cd qcad
cp -vf qcad $bindir/
mkdir -p $datadir/qcad
cp -rvf examples fonts patterns qm scripts $datadir/qcad/
}
custmain="qcad_main"

Loading…
Cancel
Save