#!/bin/bash -x

./gensmtpack --pintype concave --pindent 0.3 --pincount 10 \
	 --endoffset 0.66 --smddx 0.5 --smddy 1.1 --pitch 1.27 \
	 --pinwidth 0.5 --pinlength 0.5 \
	 --des1 "this is line 1" \
	 --des2 "this is line 2" \
	 --des3 "this is line 3" \
	 --pinsetback 0.5 --bodywidth 3.1 --smdsep 2.3  >test1.scr

./gensmtpack --pintype gullwing --pindent 0.0 --pincount 18 \
	 --endoffset 0.35 --smddx 0.5 --smddy 1.1 --pitch 0.80 \
	 --pinwidth 0.3 --pinlength 0.9 \
	 --des1 "this is line 1" \
	 --des2 "this is line 2" \
	 --des3 "this is line 3" \
	 --pinsetback 0.0 --bodywidth 4.5 --smdsep 4.7  >test2.scr

./gensmtpack --pintype concave --pindent 0.3 --pincount 10 \
	 --endoffset 0.66 --smddx 0.5 --smddy 1.1 --pitch 1.27 \
	 --pinwidth 0.5 --pinlength 0.5 \
	 --des1 "this is line 1" \
	 --des2 "this is line 2" \
	 --des3 "this is line 3" \
	 --keepout 1.3 \
	 --pinsetback 0.5 --bodywidth 2.1 --smdsep 0.2  >test3.scr

./gensmtpack --pintype jlead --pindent 0.0 --pincount 44 \
	 --endoffset 1.03 --smddx 0.626 --smddy 1.93 --pitch 1.27 \
	 --pinwidth 0.74 --pinlength 1.68 \
	 --des1 "this is line 1" \
	 --des2 "this is line 2" \
	 --des3 "this is line 3" \
	 --keepout 0.5 --jwidth 0.40 \
	 --pinsetback 1.17 --bodywidth 10.14 --smdsep 7.03  >test4.scr

./gensmtpack --des1 "TSSOP 24" --des2 "demonstration package" > tssop24.scr
