3 # hdw - linux ./scripts/Helper script
5 # author: hackbard@hackdaworld.dyndns.org
10 . ./scripts/subroutines
12 # soon there will be some usefull options available:
13 # - create new priorities according to dependencies
19 -create_cvs_list) ccl=1; shift 1 ;;
24 echo "$0 -create_cvs_list"
31 if [ "$ccl" = "1" ] ; then
32 echo -en "puzzling PKGS files ..."
33 ./scripts/Puzzle > /dev/null 2>&1
35 for i in download/*/PKGS; do
37 while read pkg package foo; do
38 cat=`echo $i | awk -F/ '{ print $2 }'`
39 echo "download/$cat/$pkg/$package"