diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-06 00:41:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-06 00:41:12 +0000 |
commit | b85568e96d1aa589c0bca4c3ba7a8c6d6130953d (patch) | |
tree | 390d2379ccce620c1c3fb712e604072acab489cd /cad/vipec/files | |
parent | a970d7128e09378417d32c4065430f08c0158a0b (diff) | |
download | pkgsrc-b85568e96d1aa589c0bca4c3ba7a8c6d6130953d.tar.gz |
update to ViPEC-3.1.3.
The previous version was extremely out of date and the distfile is no
longer available.
Many, many changes since the last packaged version. New 'tuner' feature
added. New models added. Several bug fixes too numerous to list.
Diffstat (limited to 'cad/vipec/files')
-rw-r--r-- | cad/vipec/files/vipec.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/vipec/files/vipec.sh.in b/cad/vipec/files/vipec.sh.in new file mode 100644 index 00000000000..4ae4b3e0510 --- /dev/null +++ b/cad/vipec/files/vipec.sh.in @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $Id: vipec.sh.in,v 1.1 2003/02/06 00:41:13 dmcmahill Exp $ +# + +VIPECHOME=@prefix@/vipec +export VIPECHOME + +${VIPECHOME}/vipec $* + |