[Lunar-commits] CVS: moonbase/profiles/xserver BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_BUILD, NONE, 1.1 PRE_BUILD, NONE, 1.1

Steven Michaelske hardkrash at lunar-linux.org
Sat Feb 14 04:22:37 GMT 2004


Update of /var/cvs/lunar/moonbase/profiles/xserver
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2366

Added Files:
	BUILD DEPENDS DETAILS POST_BUILD PRE_BUILD 
Log Message:
Beginning of xserver profile dicussed a while back, finally got around to it


--- NEW FILE: BUILD ---
COUNT=0                                    &&

for package in xfree86 xfree86-beta; do
  if is_depends $package; then
    let "COUNT+=1"
  fi
done                                       &&

if [ "$COUNT" -gt "1" ]; then
  error_message "More than one server package was selected please only selest one."
  false
else if [ "$COUNT" -eq "0" ]; then
  error_message "No packages were selected for your xserver please select one."
  false
fi
&&
echo > $C_FIFO

--- NEW FILE: DEPENDS ---
optional_depends xfree86 "" "" "Answer YES to use the standard xfree86 server and NO to others" &&
optional_depends xfree86-beta "" "" "Answer YES to use the devlopmental xfree86 server and NO to others"

--- NEW FILE: DETAILS ---
          MODULE=xserver
         VERSION=0
        WEB_SITE=www.lunar-linux.org
         ENTERED=20040213
         UPDATED=20040213
           SHORT="The profile for xfree86 and its friends"
cat << EOF
This profile is so that you may choose your xserver of choise
EOF

--- NEW FILE: POST_BUILD ---
true

--- NEW FILE: PRE_BUILD ---
true



More information about the Lunar-commits mailing list